From 46fe59cf0a74cff61b98fb1cf04d2c0862eb16de Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 25 Feb 2026 19:21:27 +0000 Subject: [PATCH] fix: add GitHub CLI to tools installation in container prune workflow --- .github/workflows/container-prune.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-prune.yml b/.github/workflows/container-prune.yml index 711a67fe..bae3ff46 100644 --- a/.github/workflows/container-prune.yml +++ b/.github/workflows/container-prune.yml @@ -43,7 +43,7 @@ jobs: - name: Install tools run: | - sudo apt-get update && sudo apt-get install -y jq curl + sudo apt-get update && sudo apt-get install -y jq curl gh - name: Run container prune env: