diff --git a/.gitea/workflows/deployment.yml b/.gitea/workflows/deployment.yml index a1094142..dc5a2c54 100644 --- a/.gitea/workflows/deployment.yml +++ b/.gitea/workflows/deployment.yml @@ -56,7 +56,7 @@ jobs: uses: dcarbone/install-jq-action@v3.0.1 - name: Install flarectl - if: steps.cache-flarectl.outputs.cache-hit != 'true' + if: steps.setup-go.outputs.cache-hit != 'true' run: | go install github.com/cloudflare/cloudflare-go/cmd/flarectl@latest