Skip to content

Commit a9cc37a

Browse files
committed
Add ref to usage example
1 parent acd27c8 commit a9cc37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Add the following step to your workflow:
88

99
```yaml
1010
- name: Configure AWS Credentials
11-
uses: aws/configure-aws-credentials-for-github-actions
11+
uses: aws/configure-aws-credentials-for-github-actions@master
1212
with:
1313
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
1414
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)