forked from Boria138/PortProtonQt
chore: replace github to git.linux-gaming.ru
Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
@ -3,20 +3,18 @@ set -e
|
||||
|
||||
timestamp=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
|
||||
|
||||
AUTHOR_EMAIL=${INPUT_AUTHOR_EMAIL:-'gitea-actions@users.noreply.gitea.com'}
|
||||
AUTHOR_NAME=${INPUT_AUTHOR_NAME:-'Gitea Actions'}
|
||||
MESSAGE=${INPUT_MESSAGE:-"chore: update steam apps list ${timestamp}"}
|
||||
AUTHOR_EMAIL='gitea-actions@users.noreply.gitea.com'
|
||||
AUTHOR_NAME='Gitea Actions'
|
||||
MESSAGE="chore: update steam apps list ${timestamp}"
|
||||
BRANCH=main
|
||||
|
||||
INPUT_DIRECTORY=${INPUT_DIRECTORY:-'.'}
|
||||
|
||||
echo "Push to branch $INPUT_BRANCH"
|
||||
echo "Push to branch $BRANCH"
|
||||
[ -z "${GITEA_TOKEN}" ] && {
|
||||
echo 'Missing input "gitea_token: bcde86030adcb863b8ff96f994ecf248ced607e4".'
|
||||
exit 1
|
||||
}
|
||||
|
||||
cd "${INPUT_DIRECTORY}"
|
||||
cd "."
|
||||
|
||||
remote_repo="https://${GITEA_ACTOR}:${GITEA_TOKEN}@${GITEA_SERVER}/${GITEA_REPOSITORY}.git"
|
||||
|
||||
|
Reference in New Issue
Block a user