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

fix actionlint

This commit is contained in:
JM Faircloth 2023-06-16 20:17:31 -05:00
parent 00e0fcabda
commit 10ed4392a6
3 changed files with 5 additions and 3 deletions

View file

@ -16,4 +16,6 @@ jobs:
# in our e2e tests.
# This error occurs because vault-action's outputs are dynamic but
# actionlint expects action.yml to define them.
args: '-ignore "property \"othersecret\" is not defined in object type"'
args: >
-ignore "property \"othersecret\" is not defined in object type"
-ignore "property \"jsonstring\" is not defined in object type"

View file

@ -168,7 +168,7 @@ jobs:
echo "${{ steps.import-secrets.outputs.jsonString }}" > secrets.json
cat secrets.json
# we should be able to parse the output as JSON
cat secrets.json | jq -c
jq -c . < secrets.json
- name: Test Vault Action (cubbyhole)
uses: ./

View file

@ -56,4 +56,4 @@ jobs:
run: |
echo
cat secrets.json
cat secrets.json | jq -c
jq -c . < secrets.json