mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
fix typo
This commit is contained in:
2
.github/workflows/staging.yml
vendored
2
.github/workflows/staging.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
- name: Check whether required secret is available
|
||||
id: checksecret_job
|
||||
env:
|
||||
MY_SECRET: ${{secrets.NETLIFY_AUTH_TOKEN}}
|
||||
NETLIFY_AUTH_TOKEN: ${{secrets.NETLIFY_AUTH_TOKEN}}
|
||||
run: |
|
||||
echo "::set-output name=deploy_secret_present::${{ env.NETLIFY_AUTH_TOKEN != '' }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user