Skip to content

Commit 39ee22d

Browse files
committed
attempt to trigger the build command
1 parent e3712ec commit 39ee22d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/push-eas-update.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,11 @@ jobs:
195195
- name: Checkout repository
196196
uses: actions/checkout@v4
197197
with:
198-
ref: refs/pull/${{ env.TARGET_PR_NUMBER }}/head
198+
# ref: refs/pull/${{ env.TARGET_PR_NUMBER }}/head
199+
# Original behavior: checkout PR head by number for OTA workflow
200+
# ref: refs/pull/${{ env.TARGET_PR_NUMBER }}/head
201+
# For testing on this branch, checkout the commit that triggered this workflow
202+
ref: ${{ github.sha }}
199203
fetch-depth: 0
200204

201205
- name: Setup Node.js

0 commit comments

Comments
 (0)