From ad2946ce624c787fd1a6e1460651a11bf5cc6e30 Mon Sep 17 00:00:00 2001 From: Arlind-dev Date: Wed, 25 Jun 2025 14:54:35 +0200 Subject: [PATCH] oops --- .gitea/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 71e4f40..ec16b62 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -231,6 +231,12 @@ jobs: image: ${{ vars.CONTAINER_REGISTRY }}/${{ env.IMAGE_NAME }}:latest steps: + - id: checkout-code + name: Checkout Repository + uses: actions/checkout@v4 + with: + token: ${{ secrets.TOKEN }} + - id: download-updated-readme name: Download README uses: actions/download-artifact@v3 @@ -238,12 +244,6 @@ jobs: name: updated-readme path: . - - id: checkout-code - name: Checkout Repository - uses: actions/checkout@v4 - with: - token: ${{ secrets.TOKEN }} - - id: configure-git name: Configure Git run: |