From a68d6911f86c439c941a0b5e2e1095431614868f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20SALVI?= Date: Sat, 21 Dec 2024 21:55:12 +0100 Subject: [PATCH] Test actions --- .gitea/workflows/gitea-ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index 9205716..4d0bdb3 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -13,6 +13,8 @@ jobs: if: gitea.ref == 'refs/heads/main' steps: - uses: actions/checkout@v4 + - run: | + echo "Test" - run: | echo "${{ secrets.ACCESS_TOKEN }}" | docker login --username beastie --password-stdin https://git.unixyourbrain.org/ - run: |