Skip to content

Commit

Permalink
Merge pull request #17 from say8425/docs/upgrade-version-docs
Browse files Browse the repository at this point in the history
Correct version from document
  • Loading branch information
say8425 authored Dec 13, 2019
2 parents d08618a + eb0595c commit 2ab2c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This GitHub Action helps you use your Environment values that stored at [AWS Sec
```yaml
steps:
- name: Store ENV from AWS SecretManager
uses: say8425/aws-secrets-manager-actions@v0.10.0
uses: say8425/aws-secrets-manager-actions@v1
with:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 2ab2c3e

Please sign in to comment.