Skip to content

Commit

Permalink
chore: fix examples checkout ref (#2239)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidarain1 committed Sep 26, 2024
1 parent 8b26324 commit 0b23fce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 0

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

0 comments on commit 0b23fce

Please sign in to comment.