From e492d910bdd2bdd158ec6a8e08fa16d3ea569935 Mon Sep 17 00:00:00 2001 From: asandikci Date: Sun, 10 Nov 2024 23:26:21 +0300 Subject: [PATCH] Update .forgejo/workflows/demo.yaml --- .forgejo/workflows/demo.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 27960e7..29e8e40 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -25,13 +25,12 @@ jobs: ls -la whoami + steps: - name: Checkout - run: | - export GIT_DISCOVERY_ACROSS_FILESYSTEM=1 - #git config --global init.defaultBranch main - #git init - git clone https://git.asandikci.com/asandikci.com/web.git - git checkout main + uses: actions/checkout@v4 + with: + fetch-depth: 0 + github-server-url: 'https://git.asandikci.com' - name: Setup Ruby uses: https://github.com/ruby/setup-ruby@v1