meta-unmojang/config.sh
2024-07-02 20:33:20 -04:00

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"