mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-07 15:16:56 +00:00
Update README.md (#491)
This commit is contained in:
parent
d9197ec2d2
commit
a5f6c67fe1
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ For example, a common pattern is to save all the secrets in a JSON file:
|
||||||
- name: Step following 'Import Secrets'
|
- name: Step following 'Import Secrets'
|
||||||
run: |
|
run: |
|
||||||
touch secrets.json
|
touch secrets.json
|
||||||
echo "${{ toJson(steps.import-secrets.outputs) }}" >> secrets.json
|
echo '${{ toJson(steps.import-secrets.outputs) }}' >> secrets.json
|
||||||
# ...
|
# ...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue