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 (#67)

This commit is contained in:
shimataro 2020-01-18 12:02:15 +09:00 committed by GitHub
parent 064d711681
commit 186286e08e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}"