mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2024-12-21 23:56:09 -07:00
Simplify variable expansion
This commit is contained in:
parent
9077ab5399
commit
f5b6d14ea8
|
@ -13,8 +13,8 @@ USER_EMAIL="$6"
|
|||
USER_NAME="$7"
|
||||
DESTINATION_REPOSITORY_USERNAME="$8"
|
||||
TARGET_BRANCH="$9"
|
||||
COMMIT_MESSAGE="${10}"
|
||||
TARGET_DIRECTORY="${11}"
|
||||
COMMIT_MESSAGE="$10"
|
||||
TARGET_DIRECTORY="$11"
|
||||
|
||||
if [ -z "$DESTINATION_REPOSITORY_USERNAME" ]
|
||||
then
|
||||
|
|
Loading…
Reference in New Issue
Block a user