ci: flip worker check, if found skip=1, not 0

This commit is contained in:
41666 2020-12-22 00:31:49 -05:00
parent 20fec5ea24
commit 25615ac38d

View file

@ -73,8 +73,8 @@ jobs:
id: check
run: |
gsutil stat gs://roleypoly-artifacts/backend-worker/${{ github.sha }}/script.js \
&& echo ::set-output name=skip::0 \
|| echo ::set-output name=skip::1
&& echo ::set-output name=skip::1 \
|| echo ::set-output name=skip::0
- run: npm i -g @cloudflare/wrangler
if: steps.check.outputs.skip == '0'