Update .forgejo/workflows/demo.yaml
This commit is contained in:
parent
e2ccb0da44
commit
e492d910bd
1 changed files with 5 additions and 6 deletions
|
@ -25,13 +25,12 @@ jobs:
|
||||||
ls -la
|
ls -la
|
||||||
whoami
|
whoami
|
||||||
|
|
||||||
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
run: |
|
uses: actions/checkout@v4
|
||||||
export GIT_DISCOVERY_ACROSS_FILESYSTEM=1
|
with:
|
||||||
#git config --global init.defaultBranch main
|
fetch-depth: 0
|
||||||
#git init
|
github-server-url: 'https://git.asandikci.com'
|
||||||
git clone https://git.asandikci.com/asandikci.com/web.git
|
|
||||||
git checkout main
|
|
||||||
|
|
||||||
- name: Setup Ruby
|
- name: Setup Ruby
|
||||||
uses: https://github.com/ruby/setup-ruby@v1
|
uses: https://github.com/ruby/setup-ruby@v1
|
||||||
|
|
Loading…
Reference in a new issue