From fdb230b4d965d0c7cab66de5748885100bb7aa52 Mon Sep 17 00:00:00 2001 From: Brett McBride Date: Tue, 16 Jan 2024 10:22:01 +1100 Subject: [PATCH] testing --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 81c2534f6..6b8f5283b 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -34,7 +34,7 @@ jobs: - uses: webiny/action-post-run@3.0.0 id: post-run-command with: - run: echo ${{ failure() }} + run: "${{ failure() }}" - name: Setup cache environment id: extcache