Skip to content

Commit e32d42c

Browse files
committed
Run github setup on master instead of main
1 parent c26306b commit e32d42c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/setup.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Perform Initial Repository Setup"
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [master]
66

77
jobs:
88
setup:
@@ -21,10 +21,10 @@ jobs:
2121
echo
2222
echo "Rename draft-todo-yourname-protocol.md to start using this repository:"
2323
echo
24-
echo " https://github.com/${{github.repository}}/edit/main/draft-todo-yourname-protocol.md"
24+
echo " https://github.com/${{github.repository}}/edit/master/draft-todo-yourname-protocol.md"
2525
echo
2626
echo "Change the name of the file and its title."
27-
echo "Commit the changes to the 'main' branch."
27+
echo "Commit the changes to the 'master' branch."
2828
echo
2929
echo "============================================================="
3030
echo "skip=true" >>"$GITHUB_OUTPUT"
@@ -34,7 +34,7 @@ jobs:
3434
echo
3535
echo "Delete .github/workflows/setup.yml to avoid running this action:"
3636
echo
37-
echo " https://github.com/${{github.repository}}/delete/main/.github/workflows/setup.yml"
37+
echo " https://github.com/${{github.repository}}/delete/master/.github/workflows/setup.yml"
3838
echo
3939
echo "============================================================="
4040
echo "skip=true" >>"$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)