Update .forgejo/workflows/demo.yaml
Some checks failed
/ test (push) Failing after 27s

This commit is contained in:
Aliberk Sandıkçı 2024-11-10 22:55:20 +03:00
parent 72b97d7ea2
commit 1f6879cd1c

View file

@ -20,12 +20,13 @@ jobs:
wget https://git.asandikci.com wget https://git.asandikci.com
pwd pwd
ls -la ls -la
whoami
- name: Checkout - name: Checkout
run: | run: |
export GIT_DISCOVERY_ACROSS_FILESYSTEM=1 #export GIT_DISCOVERY_ACROSS_FILESYSTEM=1
git config --global init.defaultBranch main #git config --global init.defaultBranch main
git init #git init
git clone https://git.asandikci.com/asandikci.com/web.git git clone https://git.asandikci.com/asandikci.com/web.git
git checkout main git checkout main