Skip to content

Commit

Permalink
Update integrate.yml
Browse files Browse the repository at this point in the history
Use gh instead of hub
  • Loading branch information
danielsilva authored Dec 4, 2023
1 parent b6c1186 commit 29b7ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
PR_URL="${{ github.event.issue.pull_request.url }}"
PR_NUM=${PR_URL##*/}
hub pr checkout $PR_NUM
gh pr checkout $PR_NUM
- uses: ruby/setup-ruby@master
- name: Install gems
run: bundle install
Expand Down

0 comments on commit 29b7ba1

Please sign in to comment.