Skip to content

Commit 1bea4ea

Browse files
committed
feat(ci): install gh for self hosted runners
1 parent a6ef45a commit 1bea4ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wait-for-checks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
permissions:
1818
checks: read
1919
steps:
20+
- run: /home/linuxbrew/.linuxbrew/bin/brew install gh
2021
- env:
2122
GH_TOKEN: ${{ secrets.ACTIONS_BOT_TOKEN }}
2223
CHANGE_SHA: ${{ github.event.pull_request.head.sha || github.event.merge_group.head_sha }}

0 commit comments

Comments
 (0)