From 2ea7a9866aedd914d605c1797409dd3633a704ec Mon Sep 17 00:00:00 2001 From: delager Date: Wed, 12 Apr 2023 10:28:00 +0200 Subject: [PATCH] #1942 CI Cloudformation update With path option not possible with scottbrenner/cfn-lint-action@v2 Using with command instead --- .github/workflows/aws-cfn-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aws-cfn-lint.yml b/.github/workflows/aws-cfn-lint.yml index 11ed43317..1f16d0aba 100644 --- a/.github/workflows/aws-cfn-lint.yml +++ b/.github/workflows/aws-cfn-lint.yml @@ -33,4 +33,4 @@ jobs: - name: Check CloudFormation Syntax uses: scottbrenner/cfn-lint-action@v2 with: - path: templates/aws/ \ No newline at end of file + command: cfn-lint templates/aws/*.yml \ No newline at end of file