Skip to content

Commit

Permalink
Update benchmark-bot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg authored Dec 19, 2023
1 parent 3070fc8 commit 7c05b1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/benchmark-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
cancel-in-progress: false

steps:
- name: Install hub
run: sudo apt-get install -y hub

- name: Setup git
uses: actions/checkout@v3

Expand All @@ -36,6 +39,7 @@ jobs:
# From https://github.com/actions/checkout/issues/331#issuecomment-925405415
- name: Checkout Pull Request
run: |
hub pr checkout ${{ github.event.issue.number }}
echo "Checked out SHA:"
git log -1 --format='%H'
Expand Down

0 comments on commit 7c05b1c

Please sign in to comment.