Skip to content

Commit

Permalink
Support to set the branch name when push the changes (#9)
Browse files Browse the repository at this point in the history
Remove the specific branch name when pushing the changes
  • Loading branch information
eryajf authored Jun 8, 2022
1 parent 63720e3 commit b5e2f50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ README.tpl
dist/
bin/
.idea/

.vscode/
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ then
git add .

git commit -m "Auto commit by rick's bot, ci skip"
git push https://${2}:${GH_TOKEN}@github.com/${3}/${4}.git HEAD:master
git push https://${2}:${GH_TOKEN}@github.com/${3}/${4}.git
fi

0 comments on commit b5e2f50

Please sign in to comment.