From 3aaf46bef4531896596515266bf0befb8018d747 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sun, 7 Jun 2026 19:52:21 +0100 Subject: [PATCH] bare_run: use --help instead of non-existent list command --- build/target-repository/.github/workflows/bare_run.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/target-repository/.github/workflows/bare_run.yaml b/build/target-repository/.github/workflows/bare_run.yaml index eb97c41..3e120a3 100644 --- a/build/target-repository/.github/workflows/bare_run.yaml +++ b/build/target-repository/.github/workflows/bare_run.yaml @@ -20,4 +20,4 @@ jobs: php-version: ${{ matrix.php_version }} coverage: none - - run: php bin/jack list --ansi + - run: php bin/jack --help