Update launch.sh
Browse files
launch.sh
CHANGED
@@ -29,7 +29,7 @@ function init() {
|
|
29 |
git config user.name "git-batch"
|
30 |
git config init.defaultBranch main
|
31 |
|
32 |
-
git branch -
|
33 |
git remote add origin https://${github_secret}@github.com/${github_project}.git
|
34 |
git add .
|
35 |
echo "'update data $(date "+%Y-%m-%d %H:%M:%S")'"
|
|
|
29 |
git config user.name "git-batch"
|
30 |
git config init.defaultBranch main
|
31 |
|
32 |
+
git branch -m main
|
33 |
git remote add origin https://${github_secret}@github.com/${github_project}.git
|
34 |
git add .
|
35 |
echo "'update data $(date "+%Y-%m-%d %H:%M:%S")'"
|