fix: add GitHub CLI to tools installation in container prune workflow
This commit is contained in:
2
.github/workflows/container-prune.yml
vendored
2
.github/workflows/container-prune.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user