1
0
Fork 0
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:
shimataro 2020-01-19 11:20:24 +09:00
parent 638b99b231
commit 8ecbced19c
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

View file

@ -3,7 +3,7 @@
# - git; I believe it's already installed. # - git; I believe it's already installed.
# - sed; GNU sed is preferred. POSIX sed may not work. # - sed; GNU sed is preferred. POSIX sed may not work.
BASE_BRANCH="development" BASE_BRANCH="develop"
PACKAGE_NAME="ssh-key-action" PACKAGE_NAME="ssh-key-action"
URL_PRODUCT="https://github.com/shimataro/${PACKAGE_NAME}" URL_PRODUCT="https://github.com/shimataro/${PACKAGE_NAME}"