From a85bba3bb317fd6cbec2eb5885ff8cadb4fb2a67 Mon Sep 17 00:00:00 2001 From: "Adrien Bourmault (neox)" Date: Fri, 20 Oct 2023 10:01:39 +0200 Subject: [PATCH] WIP: test de la CI --- .forgejo/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 22a1d85..ee4daa2 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -4,7 +4,7 @@ jobs: runs-on: linux_amd64 steps: - name: Check out repository code - uses: actions/checkout@v3 + uses: master - name: List files in the repository run: | echo Sync files with server