From 78909f5108fac83cac69367c8a8018023495c294 Mon Sep 17 00:00:00 2001 From: JM Faircloth Date: Mon, 12 Jun 2023 14:31:53 -0500 Subject: [PATCH] truncate ignore --- .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 277d78a..a179936 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'