mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2024-12-22 08:06:10 -07:00
Defines variable
This commit is contained in:
parent
8956a2d3f2
commit
38563e1748
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user