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 b874aff commit c67e83cCopy full SHA for c67e83c
.github/workflows/wrap.yml
@@ -47,8 +47,8 @@ jobs:
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 branch
51
- run: git branch
+ - name: git pull
+ run: git pull ${{ github.event.pull_request.head.ref }}
52
53
# Wrap changed files
54
- name: Wrap
0 commit comments