8000 Update wrap.yml · cvrnk/python-docs-tr@bc4bf49 · GitHub
[go: up one dir, main page]

Skip to content

Commit bc4bf49

Browse files
authored
Update wrap.yml
1 parent 340e027 commit bc4bf49

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/wrap.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ jobs:
4545
# Detect changed files
4646
- name: Detect changed files
4747
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
4852

4953
# Wrap changed files
5054
- name: Wrap
@@ -89,4 +93,4 @@ jobs:
8993
uses: ad-m/github-push-action@master
9094
with:
9195
github_token: ${{ secrets.GITHUB_TOKEN }}
92-
branch: ${{ github.event.pull_request.head.ref }}
96+
branch: ${{ github.event.pull_request.head.ref }}

0 commit comments

Comments
 (0)
0