Skip to content

Commit

Permalink
chore: Update git push command to use 'main' branch instead of 'master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatandrei committed May 12, 2024
1 parent 405a6e3 commit 7e4cf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
git config --global user.name "Andrei Ignat Automation"
git add docs/v2
git commit -m "Deploy documentation"
git push origin HEAD:master
git push origin HEAD:main
# - uses: EndBug/add-and-commit@v9
# with:
# message: 'Deploy documentation'
Expand Down

0 comments on commit 7e4cf6c

Please sign in to comment.