From 7f06a9c4cc2f7c8617a427386754dd2338877257 Mon Sep 17 00:00:00 2001 From: JM Faircloth Date: Mon, 12 Jun 2023 14:35:07 -0500 Subject: [PATCH] try escaping --- .github/workflows/actionlint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index a179936..0005b00 100644 --- a/.github/workflows/actionlint.yaml +++ b/.github/workflows/actionlint.yaml @@ -12,4 +12,4 @@ jobs: - name: "Lint workflow files" uses: docker://docker.mirror.hashicorp.services/rhysd/actionlint:latest with: - args: -ignore 'property "othersecret" is not defined in object type' + args: '-ignore "property \"othersecret\" is not defined in object type"'