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
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue