mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* renamed "development" to "develop"
This commit is contained in:
parent
d000dbd584
commit
638b99b231
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ COLOR_SUCCESS="\e[1;32m"
|
||||||
COLOR_RESET="\e[m"
|
COLOR_RESET="\e[m"
|
||||||
|
|
||||||
# create branch
|
# create branch
|
||||||
git checkout development || exit 1
|
git checkout develop || exit 1
|
||||||
git checkout -b ${BRANCH} || exit 1
|
git checkout -b ${BRANCH} || exit 1
|
||||||
|
|
||||||
# check updates
|
# check updates
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue