From 068202092094a0388ada386a81452cf32b7af5ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20SALVI?= Date: Sat, 21 Dec 2024 22:41:14 +0100 Subject: [PATCH] Test actions --- .gitea/workflows/gitea-ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index 88dc1ec..aa7ba3a 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -12,6 +12,7 @@ jobs: runs-on: runner-custom if: gitea.ref == 'refs/heads/main' steps: + - name: 'Checkout Service' - uses: actions/checkout@v4 - run: | whoami