mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2026-01-11 05:51:43 -07:00
Defines variable
This commit is contained in:
@@ -5,6 +5,8 @@ FOLDER="$1"
|
|||||||
GITHUB_USERNAME="$2"
|
GITHUB_USERNAME="$2"
|
||||||
GITHUB_REPO="$3"
|
GITHUB_REPO="$3"
|
||||||
|
|
||||||
|
CLONE_DIR="clone_repo"
|
||||||
|
|
||||||
git config --global user.email "carles@pina.cat"
|
git config --global user.email "carles@pina.cat"
|
||||||
git config --global user.name "$GITHUB_USERNAME"
|
git config --global user.name "$GITHUB_USERNAME"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user