Skip to content

Commit 48af0ea

Browse files
committed
fix it
1 parent d0a9ef4 commit 48af0ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tag-release-devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
9292
- name: connect to dev account to run release notes lambda
9393
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8
94-
if: ${{ inputs.update_jira == 'true' }}
94+
if: ${{ inputs.update_jira }}
9595
with:
9696
aws-region: eu-west-2
9797
role-to-assume: ${{ secrets.EXECUTE_JIRA_LAMBDA_ROLE }}

0 commit comments

Comments
 (0)