1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

Feature/dev branch (#77)

* * renamed "development" to "develop"

* * renamed "development" to "develop"
This commit is contained in:
shimataro 2020-01-19 11:23:23 +09:00 committed by GitHub
parent d000dbd584
commit 6f43580cbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ COLOR_SUCCESS="\e[1;32m"
COLOR_RESET="\e[m"
# create branch
git checkout development || exit 1
git checkout develop || exit 1
git checkout -b ${BRANCH} || exit 1
# check updates