Skip to content

Commit aabcfbb

Browse files
committed
changed the statemwnt
1 parent 34a83b1 commit aabcfbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform-module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-latest
6060
needs: validate
6161
# Only release on manual dispatch with bump==minor
62-
if: github.event_name == 'workflow_dispatch' && github.event.inputs.bump == 'minor'
62+
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.bump == 'minor' }}
6363
steps:
6464
- name: Checkout
6565
uses: actions/checkout@v4

0 commit comments

Comments
 (0)