Skip to content

Commit 593b316

Browse files
authored
Missing hub command on the bot (#1153)
1 parent e346cb6 commit 593b316

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update_galata_references.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Configure git to use https
2828
run: git config --global hub.protocol https
2929

30+
- name: Install hub
31+
run: sudo apt-get update && sudo apt-get install -y hub
32+
3033
- name: Checkout the branch from the PR that triggered the job
3134
run: hub pr checkout ${{ github.event.issue.number }}
3235
env:

0 commit comments

Comments
 (0)