mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-09 08:06:55 +00:00
fix selector
This commit is contained in:
parent
951d002a1d
commit
f12fb0a370
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -162,7 +162,7 @@ jobs:
|
||||||
token: testtoken
|
token: testtoken
|
||||||
secrets: |
|
secrets: |
|
||||||
secret/data/test-json-string jsonString | JSON_STRING ;
|
secret/data/test-json-string jsonString | JSON_STRING ;
|
||||||
secret/data/test-json-data jsondata | JSON_DATA ;
|
secret/data/test-json-data jsonData | JSON_DATA ;
|
||||||
|
|
||||||
- name: Test Vault Action JSON String Format (part 2/2)
|
- name: Test Vault Action JSON String Format (part 2/2)
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue