We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a83b1 commit aabcfbbCopy full SHA for aabcfbb
.github/workflows/terraform-module.yml
@@ -59,7 +59,7 @@ jobs:
59
runs-on: ubuntu-latest
60
needs: validate
61
# Only release on manual dispatch with bump==minor
62
- if: github.event_name == 'workflow_dispatch' && github.event.inputs.bump == 'minor'
+ if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.bump == 'minor' }}
63
steps:
64
- name: Checkout
65
uses: actions/checkout@v4
0 commit comments