From 17cc1c81a863ef8c49dc6ffe3320ba85f87fa61f Mon Sep 17 00:00:00 2001 From: Arlind Date: Fri, 20 Jun 2025 11:20:18 +0200 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5c0be8e..e1a0b52 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -23,6 +23,10 @@ jobs: with: token: ${{ secrets.TOKEN }} + - name: Pull latest changes + run: | + git pull --rebase origin main || echo "Nothing to rebase" + - name: Find Skin Repositories for all users id: find_skins shell: sh @@ -166,10 +170,6 @@ jobs: git add README.md git commit -m "[ci skip] push back from pipeline" -q || echo "No changes to commit" - - name: Pull latest changes - run: | - git pull --rebase origin main || echo "Nothing to rebase" - - name: Push changes and create tag run: | if [ "${GITHUB_REF}" = "refs/heads/main" ]; then