From 98376d93d612de547e17abe3b9db83cc40f12f06 Mon Sep 17 00:00:00 2001 From: Lucid Kobold Date: Wed, 15 Oct 2025 13:32:18 -0400 Subject: [PATCH] update workflow order --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8bde682..350a332 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ on: env: REGISTRY: gitea.lucids-cove.duckdns.org - OWNER: lcm + OWNER: wkc IMAGE_NAME: no-twitter-bot jobs: @@ -18,7 +18,6 @@ jobs: matrix: node-version: [20.x] steps: - - uses: actions/checkout@v4 - name: "Base requirements" run: | # packages @@ -26,6 +25,7 @@ jobs: # ansible collections ansible-galaxy collection install community.general --force ansible-galaxy collection install ansible.posix --force + - uses: actions/checkout@v4 - name: Enable Corepack run: npm install -g corepack && corepack enable - name: Log into registry ${{ env.REGISTRY }}