From c507fade6d62e7068886fcba913b03d939543f57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?DELAGE=20Rapha=C3=ABl?= <36408929+delager@users.noreply.github.com> Date: Wed, 12 Apr 2023 11:33:21 +0200 Subject: [PATCH] #1942 CI Cloudformation update (#2009) 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