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 5a4c30f commit 015d49dCopy full SHA for 015d49d
.github/workflows/redis_release.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Print arn
32
shell: bash
33
run: |
34
- echo "arn: ${AWS_IAM_ROLE_ARN}""
+ echo "arn: ${AWS_IAM_ROLE_ARN}"
35
36
- name: configure aws credentials
37
uses: aws-actions/[email protected]
0 commit comments