Skip to content

Commit

Permalink
Update integration-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
reghbali authored Jul 12, 2024
1 parent 18532a8 commit 7cce400
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ jobs:
- name: Get branch
uses: xt0rted/pull-request-comment-branch@v2
id: comment-branch

- name: Checkout
run: |
gh pr checkout ${{ github.event.issue.number }}
env:
GH_TOKEN: ${{ github.token }}
uses: actions/checkout@v4
with:
ref: ${{ steps.comment-branch.outputs.head_ref }}

- name: Cache dependency binaries
id: cache-bin
Expand Down

0 comments on commit 7cce400

Please sign in to comment.