This commit is contained in:
parent
72b97d7ea2
commit
1f6879cd1c
1 changed files with 4 additions and 3 deletions
|
@ -20,12 +20,13 @@ jobs:
|
|||
wget https://git.asandikci.com
|
||||
pwd
|
||||
ls -la
|
||||
whoami
|
||||
|
||||
- name: Checkout
|
||||
run: |
|
||||
export GIT_DISCOVERY_ACROSS_FILESYSTEM=1
|
||||
git config --global init.defaultBranch main
|
||||
git init
|
||||
#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
|
||||
|
||||
|
|
Loading…
Reference in a new issue