Skip to content

Commit

Permalink
Missing hub command on the bot (#1153)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou authored Dec 8, 2023
1 parent e346cb6 commit 593b316
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update_galata_references.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Configure git to use https
run: git config --global hub.protocol https

- name: Install hub
run: sudo apt-get update && sudo apt-get install -y hub

- name: Checkout the branch from the PR that triggered the job
run: hub pr checkout ${{ github.event.issue.number }}
env:
Expand Down

0 comments on commit 593b316

Please sign in to comment.