feat: renovate
All checks were successful
Check / check (push) Successful in 51s

This commit is contained in:
2025-05-14 11:36:54 -04:00
parent 8158c195f5
commit 084010e38c
5 changed files with 52 additions and 3 deletions

View File

@ -43,7 +43,6 @@ jobs:
REPO_OWNER_SLASH_NAME="${{ gitea.repository }}"
if ! git ls-remote --exit-code origin update; then
git push origin update --force
PR_RESPONSE=$(curl -s -X POST -H "Authorization: token $PAT" \
@ -59,7 +58,5 @@ jobs:
"https://$URL/api/v1/repos/$REPO_OWNER_SLASH_NAME/pulls/$PR_NUMBER/merge"
else
git push origin update --force
fi