From 227c751f60c4725e14ec6f22326cd9f12e90ac05 Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Fri, 21 Feb 2025 10:55:41 +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 8aee20c..b1a9b85 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 - forcePull: true + options: --pull steps: - uses: actions/checkout@v3 - name: Run Test DB Script