Skip to content

Commit 2483b3d

Browse files
authored
Update .github/workflows/wrap.yml
1 parent c3f058f commit 2483b3d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/wrap.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ jobs:
4545
# Detect changed files
4646
- name: Detect changed files
4747
run: echo "CHANGED_FILES=$(git diff --name-only ${{ github.event.before }}..${{ github.event.after }} | tr '\n' ' ')" >> $GITHUB_ENV
48-
49-
# Pull latest
50-
- name: git pull
51-
run: git pull origin ${{ github.event.pull_request.head.ref }}
5248

5349
# Wrap changed files
5450
- name: Wrap

0 commit comments

Comments
 (0)