We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2551b09 commit f375b43Copy full SHA for f375b43
.github/workflows/generate-site.yml
@@ -40,4 +40,4 @@ jobs:
40
git config --global user.email "github-actions[bot]@users.noreply.github.com"
41
git add docs/
42
git commit -m "Update generated markdown files" || echo "No changes to commit"
43
- git push origin main
+ git push origin master
0 commit comments