Skip to content

Commit

Permalink
fix: checkout pr branch
Browse files Browse the repository at this point in the history
  • Loading branch information
corang committed Feb 9, 2024
1 parent 26453d9 commit c95a74f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
ref: ${{ github.head_ref }}

- name: Environment setup
uses: ./.github/actions/setup
Expand Down

0 comments on commit c95a74f

Please sign in to comment.