8000
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 340e027 commit bc4bf49Copy full SHA for bc4bf49
.github/workflows/wrap.yml
@@ -45,6 +45,10 @@ 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
52
53
# Wrap changed files
54
- name: Wrap
@@ -89,4 +93,4 @@ jobs:
89
93
uses: ad-m/github-push-action@master
90
94
with:
91
95
github_token: ${{ secrets.GITHUB_TOKEN }}
92
- branch: ${{ github.event.pull_request.head.ref }}
96
+ branch: ${{ github.event.pull_request.head.ref }}
0 commit comments