Skip to content

Commit cbd7c64

Browse files
committed
Update GitHub Actions workflow to change default branch from 'master' to 'main' for documentation updates, ensuring proper branch tracking during automated commits.
1 parent da2b4cf commit cbd7c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ jobs:
6060
git config user.name "github-actions[bot]"
6161
git config user.email "github-actions[bot]@users.noreply.github.com"
6262
git commit -m 'update docs'
63-
git push -u origin master
63+
git push -u origin main

0 commit comments

Comments
 (0)