Skip to content

Commit c7d56d0

Browse files
committed
fix: pipeline
1 parent d46d175 commit c7d56d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
git config user.email "[email protected]"
3737
git config user.name "Docs Bot"
38-
git pull
38+
git pull ${{ github.head_ref }}
3939
git add --force -- docs/README.md
4040
git commit -m "docs: add generated docs"
4141
- name: Push to git branch for PR

0 commit comments

Comments
 (0)