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:52:06 +03:00
parent 71afaafb32
commit f2c2590489

View file

@ -24,6 +24,7 @@ jobs:
- name: Checkout - name: Checkout
run: | run: |
export GIT_DISCOVERY_ACROSS_FILESYSTEM=1 export GIT_DISCOVERY_ACROSS_FILESYSTEM=1
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