We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f058f commit 2483b3dCopy full SHA for 2483b3d
.github/workflows/wrap.yml
@@ -45,10 +45,6 @@ jobs:
45
# Detect changed files
46
- name: Detect changed files
47
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 }}
52
53
# Wrap changed files
54
- name: Wrap
0 commit comments