fix order

This commit is contained in:
2025-12-02 20:07:15 -06:00
parent 8291048a8f
commit 4cfe3a659a

View File

@@ -208,8 +208,8 @@ jobs:
git add .
git commit -m "chore: Update manifests after change"
echo ">> Pushing changes to $REPO_URL ..."
REPO_URL="${{ secrets.REPO_URL }}/${{ gitea.repository }}"
echo ">> Pushing changes to $REPO_URL ..."
git push -u "https://oauth2:${{ secrets.BOT_TOKEN }}@$(echo $REPO_URL | sed -e 's|https://||')" ${BRANCH_NAME}
echo "----"