5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 07:06:56 +00:00

doc: fix old docs

This commit is contained in:
Richard Simpson 2019-10-16 10:23:36 -05:00 committed by GitHub
parent c81d6f1774
commit 0104a02854
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ This action can take multi-line input, so say you had your AWS keys stored in a
```yaml
with:
keys: |
secrets: |
ci/aws accessKey | AWS_ACCESS_KEY_ID ;
ci/aws secretKey | AWS_SECRET_ACCESS_KEY
```