diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 32310c8..30c0c79 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -9,9 +9,11 @@ jobs: uname -a apk add nodejs npm - name: Checkout repository - uses: actions/checkout@v4 - with: - github-server-url: https://git.numenaute.org/ + - 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/ - name: Show content run: | pwd