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