From dc93aa1795f93025a6a25229e8a69752b4446e2a Mon Sep 17 00:00:00 2001 From: Andreas Heigl Date: Mon, 12 Feb 2024 14:30:26 +0100 Subject: [PATCH] Replace space with comma --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 4572d43..bd945fd 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -13,7 +13,7 @@ jobs: php-version: "8.1" tools: phive - name: Download codesniffer - run: phive --no-progress install --trust-gpg-keys 31C7E470E2138192 5E6DDE998AB73B8E phpcs + run: phive --no-progress install --trust-gpg-keys 31C7E470E2138192,5E6DDE998AB73B8E phpcs - name: check run: ./tools/phpcs test: