Skip to content

Commit

Permalink
fix: inputs referred as vars 🤦‍♂️
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiste committed Dec 6, 2024
1 parent 4e3e366 commit 39e5f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-extension-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
version_bump_available: ${{ env.version_bump_available }}
env:
deployer_available: ${{ secrets.PAT_TOKEN_EXTENSION_DEPLOYER != '' && 'true' || 'false' }}
version_bump_available: ${{ (vars.VERSION_BUMPER_APPID != '' && secrets.VERSION_BUMPER_SECRET != '') && 'true' || 'false' }}
version_bump_available: ${{ (inputs.VERSION_BUMPER_APPID != '' && secrets.VERSION_BUMPER_SECRET != '') && 'true' || 'false' }}
snyk_available: ${{ secrets.SNYK_TOKEN != '' && 'true' || 'false' }}
steps:
- name: Checkout repository
Expand Down

0 comments on commit 39e5f05

Please sign in to comment.