From 53d5193a3b25c26ce07997cfd260930c8702d79e Mon Sep 17 00:00:00 2001 From: Mischa Taylor Date: Sun, 11 Jun 2023 20:08:14 -0400 Subject: [PATCH] Fix syntax error --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cb723b..59e7924 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: # If it's not configured, the repository default branch is used. base: ${{ github.ref }} filters: | - aws-cli: 'aws-cli/*'' + aws-cli: 'aws-cli/*' bats: 'bats/**' black: 'black/**' bootstrap/cinc-auditor: 'bootstrap/cinc-auditor/**'