From 75444fa570c8d4e22d66df31551005f5d2ef531a Mon Sep 17 00:00:00 2001 From: Ditmar Visser Date: Wed, 11 Jun 2025 19:27:49 +0000 Subject: [PATCH] fix: checkout code in ansible step --- .gitea/workflows/provision_configure.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/provision_configure.yaml b/.gitea/workflows/provision_configure.yaml index 9bdb766..3b23e2a 100644 --- a/.gitea/workflows/provision_configure.yaml +++ b/.gitea/workflows/provision_configure.yaml @@ -76,6 +76,9 @@ jobs: working-directory: ./ansible steps: + - name: Checkout code + uses: actions/checkout@v4 + - name: Download artifact uses: christopherhx/gitea-download-artifact@v4 with: