From 5871e9b6621734b4dc46fcfad4010abb82e24a38 Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 10 Oct 2023 15:30:53 +0100 Subject: [PATCH] update action --- .gitea/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 67fa517..259c7e2 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -11,10 +11,10 @@ jobs: container: fascinated/docker-images:node-latest steps: - name: checkout - uses: https://github.com/actions/checkout@v3 + uses: actions/checkout@v3 - name: Login to Repo - uses: https://github.com/docker/login-action@v2 + uses: docker/login-action@v2 with: username: ${{ secrets.REPO_USERNAME }} password: ${{ secrets.REPO_TOKEN }}