We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a9ef4 commit 48af0eaCopy full SHA for 48af0ea
1 file changed
.github/workflows/tag-release-devcontainer.yml
@@ -91,7 +91,7 @@ jobs:
91
92
- name: connect to dev account to run release notes lambda
93
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8
94
- if: ${{ inputs.update_jira == 'true' }}
+ if: ${{ inputs.update_jira }}
95
with:
96
aws-region: eu-west-2
97
role-to-assume: ${{ secrets.EXECUTE_JIRA_LAMBDA_ROLE }}
0 commit comments