chore: replace github to git.linux-gaming.ru

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-06-01 18:26:10 +05:00
parent 2a5ce6c36f
commit 6f211c66c2
9 changed files with 22 additions and 28 deletions

View File

@ -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"