From a8507529a0a1793e51c038f542dee1329ac21c7d Mon Sep 17 00:00:00 2001 From: JM Faircloth Date: Fri, 16 Jun 2023 20:13:26 -0500 Subject: [PATCH] try again to fix actionlint 3 --- .github/workflows/actionlint.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index 5bcc8fe4..b8c9d8e9 100644 --- a/.github/workflows/actionlint.yaml +++ b/.github/workflows/actionlint.yaml @@ -16,6 +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" \ - -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"