From 4b68927041557f34c058536dabc8614647d63e59 Mon Sep 17 00:00:00 2001 From: asandikci Date: Sun, 10 Nov 2024 23:32:16 +0300 Subject: [PATCH] Update .forgejo/workflows/demo.yaml --- .forgejo/workflows/demo.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 1d78667..a7e93ad 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -11,8 +11,10 @@ jobs: with: fetch-depth: 0 github-server-url: 'https://git.asandikci.com' - repository: 'asandikci.com/web' - + + - name: Checks + run: ls -la /workspace/asandikci/CItest + - name: Setup Ruby uses: https://github.com/ruby/setup-ruby@v1 with: