From c64d8c221a8a4c0ff7c6dd7980bfdd0228974cc3 Mon Sep 17 00:00:00 2001 From: Yann Kervran Date: Tue, 16 Apr 2024 10:43:14 +0200 Subject: [PATCH] test --- .forgejo/workflows/demo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 3ba3b91..a986635 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -9,8 +9,8 @@ jobs: uname -a apk add nodejs npm - name: Checkout repository with git - run: | - git clone --depth 1 https://git.numenaute.org/YannK/Actions_tests.git + run: | + git clone --depth 1 https://git.numenaute.org/YannK/Actions_tests.git # uses: actions/checkout@v4 # with: # github-server-url: https://git.numenaute.org/