DEV: add gh cli to checkout branch

This commit is contained in:
Gabriel Grubba
2025-05-14 10:56:42 -03:00
parent a8467210ed
commit 5705faa1f0

View File

@@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4
- name: Checkout Pull Request
run: hub pr checkout ${{ github.event.issue.number }}
run: gh pr checkout ${{ github.event.issue.number }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}