From 416b0ae31e02cb9875c0903eb9ad70083b89ed5c Mon Sep 17 00:00:00 2001 From: Yann Kervran Date: Tue, 16 Apr 2024 10:42:49 +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 366897d..3ba3b91 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/