Skip to content

Commit fa5207b

Browse files
committed
fix: revert changes to workflow
1 parent 82a5383 commit fa5207b

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/expo-preview.yml

-14
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,6 @@ 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 }}
30-
31-
- name: Fetch latest branch state
32-
run: |
33-
git fetch origin ${{ env.branch }} --depth=1
34-
git checkout ${{ env.branch }}
35-
git pull origin ${{ env.branch }}
36-
37-
- name: Debug Git State
38-
run: |
39-
echo "Current Branch: $(git rev-parse --abbrev-ref HEAD)"
40-
echo "Latest Commit: $(git rev-parse HEAD)"
41-
git log --oneline -n 5
4228

4329
- name: 🏗 Setup Node
4430
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)