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

* fix BASE_BRANCH

This commit is contained in:
shimataro 2020-01-18 12:01:10 +09:00
parent 064d711681
commit 3027ceffa3
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.
# - sed; GNU sed is preferred. POSIX sed may not work.
BASE_BRANCH="develop"
BASE_BRANCH="development"
PACKAGE_NAME="ssh-key-action"
URL_PRODUCT="https://github.com/shimataro/${PACKAGE_NAME}"