diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 0375a50..b487dab 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -26,7 +26,7 @@ jobs: env: super_secret: ${{ secrets.REGISTRY_TOKEN }} if: ${{ env.super_secret == '' }} - run: 'echo "echo the secret \"REGISTRY_TOKEN\" has not been made; echo please go to \"settings \> secrets \> actions\" to create it" + run: 'echo "echo the secret \"REGISTRY_TOKEN\" has not been made; echo please go to \"settings \> secrets \> actions\" to create it"' - name: Login to GitHub Container Registry uses: docker/login-action@v3 with: