From 1f5492395b50d27766a5f3c191b09386f0333d55 Mon Sep 17 00:00:00 2001 From: Kay Wei Date: Wed, 16 Aug 2023 17:12:11 +0800 Subject: [PATCH] Fix a step cannot have both the `uses` and `run` --- .github/workflows/bare_run.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/bare_run.yaml b/.github/workflows/bare_run.yaml index cbee55c6c6..99cf2ab6af 100644 --- a/.github/workflows/bare_run.yaml +++ b/.github/workflows/bare_run.yaml @@ -34,4 +34,6 @@ jobs: with: php-version: ${{ matrix.php_version }} coverage: none + - + if: env.NEEDED_DOWNGRADE == '1' run: php bin/monorepo-builder list --ansi \ No newline at end of file