From f2b68a61c21e276bbaf04d5cf1a627a1ee884ae9 Mon Sep 17 00:00:00 2001 From: JM Faircloth Date: Mon, 12 Jun 2023 14:24:56 -0500 Subject: [PATCH] try to fix quoting --- .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 b69beac..277d78a 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 {}\""