Skip to content

Commit b874aff

Browse files
authored
Update wrap.yml
1 parent bc4bf49 commit b874aff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wrap.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
run: echo "CHANGED_FILES=$(git diff --name-only ${{ github.event.before }}..${{ github.event.after }} | tr '\n' ' ')" >> $GITHUB_ENV
4848

4949
# Pull latest
50-
- name: git pull
51-
run: git pull
50+
- name: git branch
51+
run: git branch
5252

5353
# Wrap changed files
5454
- name: Wrap

0 commit comments

Comments
 (0)