Update git clone URL to use SSH protocol
This commit is contained in:
parent
297cac4533
commit
df7a0b2870
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
else
|
else
|
||||||
mkdir -p ${{ secrets.PATH }}
|
mkdir -p ${{ secrets.PATH }}
|
||||||
cd ${{ secrets.PATH }}
|
cd ${{ secrets.PATH }}
|
||||||
git clone https://github.com/${{ github.repository }} .
|
git clone git@github.com:${{ github.repository }}.git .
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Update environment variables
|
- name: Update environment variables
|
||||||
|
Loading…
Reference in New Issue
Block a user