From ee5a1202fd2c05937915dddee622333ce887a757 Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Fri, 21 Feb 2025 10:42:39 +0100 Subject: [PATCH] test --- .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 0b9fd28..8aee20c 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 - pull: true + forcePull: true steps: - uses: actions/checkout@v3 - name: Run Test DB Script