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 c67e83c commit 612b4ffCopy full SHA for 612b4ff
.github/workflows/wrap.yml
@@ -48,7 +48,7 @@ jobs:
48
49
# Pull latest
50
- name: git pull
51
- run: git pull ${{ github.event.pull_request.head.ref }}
+ run: git pull origin ${{ github.event.pull_request.head.ref }}
52
53
# Wrap changed files
54
- name: Wrap
0 commit comments