From 088b6124da7b7325e88462c721f897b2456f1152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20SALVI?= Date: Sat, 21 Dec 2024 22:26:01 +0100 Subject: [PATCH] Test actions --- .gitea/workflows/gitea-ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index 4d0bdb3..a0b6788 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -14,7 +14,9 @@ jobs: steps: - uses: actions/checkout@v4 - run: | - echo "Test" + whoami + - run: : + git clone https://git.unixyourbrain.org/beastie/runner-custom.git - run: | echo "${{ secrets.ACCESS_TOKEN }}" | docker login --username beastie --password-stdin https://git.unixyourbrain.org/ - run: |