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 d46d175 commit c7d56d0Copy full SHA for c7d56d0
.github/workflows/node.js.yml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
git config user.email "[email protected]"
37
git config user.name "Docs Bot"
38
- git pull
+ git pull ${{ github.head_ref }}
39
git add --force -- docs/README.md
40
git commit -m "docs: add generated docs"
41
- name: Push to git branch for PR
0 commit comments