File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 # in our e2e tests.
1717 # This error occurs because vault-action's outputs are dynamic but
1818 # actionlint expects action.yml to define them.
19- args : ' -ignore "property \"othersecret\" is not defined in object type"'
19+ args : >
20+ -ignore "property \"othersecret\" is not defined in object type"
21+ -ignore "property \"jsonstring\" is not defined in object type"
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ jobs:
168168 echo "${{ steps.import-secrets.outputs.jsonString }}" > secrets.json
169169 cat secrets.json
170170 # we should be able to parse the output as JSON
171- cat secrets.json | jq -c
171+ jq -c . < secrets.json
172172
173173 - name : Test Vault Action (cubbyhole)
174174 uses : ./
Original file line number Diff line number Diff line change 5656 run : |
5757 echo
5858 cat secrets.json
59- cat secrets.json | jq -c
59+ jq -c . < secrets.json
You can’t perform that action at this time.
0 commit comments