Skip to content

Commit 0c66bde

Browse files
committed
chore: fetch latest commit ref in workflow
1 parent 4695c82 commit 0c66bde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/expo-preview.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
uses: actions/checkout@v4
2626
with:
2727
token: ${{ secrets.GH_PAT }}
28+
fetch-depth: 0
29+
ref: ${{ github.event.issue.pull_request.head.ref }}
2830

2931
- name: 🏗 Setup Node
3032
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)