Update .forgejo/workflows/demo.yaml

This commit is contained in:
Aliberk Sandıkçı 2024-11-10 23:26:21 +03:00
parent e2ccb0da44
commit e492d910bd

View file

@ -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