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