We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d583d4 commit a850752Copy full SHA for a850752
1 file changed
.github/workflows/actionlint.yaml
@@ -16,6 +16,6 @@ jobs:
16
# in our e2e tests.
17
# This error occurs because vault-action's outputs are dynamic but
18
# actionlint expects action.yml to define them.
19
- args: |
20
- '-ignore "property \"othersecret\" is not defined in object type" \
21
- -ignore "property \"jsonstring\" 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"
0 commit comments