Skip to content

Commit a850752

Browse files
committed
try again to fix actionlint 3
1 parent 0d583d4 commit a850752

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/actionlint.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
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: |
20-
'-ignore "property \"othersecret\" is not defined in object type" \
21-
-ignore "property \"jsonstring\" 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"

0 commit comments

Comments
 (0)