File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: "Perform Initial Repository Setup"
22
33on :
44 push :
5- branches : [main ]
5+ branches : [master ]
66
77jobs :
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"
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"
You can’t perform that action at this time.
0 commit comments