GHA: fix yml syntax error

This commit is contained in:
aboyko
2023-07-21 00:05:06 -04:00
parent 956a91644f
commit 929804f28b

View File

@@ -240,7 +240,7 @@ jobs:
with:
name: s3-dist-path-${{ github.run_id }}.${{ github.run_attempt }}
- name: Update Nightly Distro Downloads page
if: ${{ input.build_type == 'snapshot' }}
if: ${{ inputs.build_type == 'snapshot' }}
env:
AWS_ACCESS_KEY_ID: ${{ secrets.TOOLS_S3_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.TOOLS_S3_SECRET_KEY }}