mirror of
https://github.com/unmojang/meta.git
synced 2025-09-22 10:43:29 -04:00
12 lines
406 B
Bash
12 lines
406 B
Bash
export META_UPSTREAM_URL=git@github.com:unmojang/meta-upstream.git
|
|
export META_LAUNCHER_URL=git@github.com:unmojang/meta-launcher.git
|
|
|
|
export META_UPSTREAM_DIR=upstream
|
|
export META_LAUNCHER_DIR=launcher
|
|
|
|
export DEPLOY_TO_GIT=true
|
|
export GIT_AUTHOR_NAME="github-actions"
|
|
export GIT_AUTHOR_EMAIL="mail@unmojang.org"
|
|
export GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
|
|
export GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
|