Skip to content

Commit 015d49d

Browse files
committed
Fix doublequotes
1 parent 5a4c30f commit 015d49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/redis_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Print arn
3232
shell: bash
3333
run: |
34-
echo "arn: ${AWS_IAM_ROLE_ARN}""
34+
echo "arn: ${AWS_IAM_ROLE_ARN}"
3535
3636
- name: configure aws credentials
3737
uses: aws-actions/[email protected]

0 commit comments

Comments
 (0)