From 40bc866b3ef1ef9bf1d64e2fb0eb28498cc34276 Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Thu, 6 Mar 2025 10:15:49 +0100 Subject: [PATCH] push --- .gitea/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 27016c9..1b3b025 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest container: image: git.hofer.link/philipp/ci-images:rust-latest - options: --pull always + force_pull: true steps: - uses: actions/checkout@v3 - name: Run Test DB Script