1
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
||||
run: |
|
||||
ls -lh
|
||||
rm -rf az-vnr-patch
|
||||
git -c http.sslVerify=false clone -b main https://${{ secrets.ACCESS_TOKEN }}@${{ secrets.URI }}/${{ github.repository }}.git
|
||||
git -c http.sslVerify=false clone https://${{ secrets.ACCESS_TOKEN }}@${{ secrets.URI }}/${{ github.repository }}.git
|
||||
- name: sync currect file
|
||||
run: |
|
||||
cd /home/steam/steamcmd
|
||||
@@ -23,9 +23,9 @@ jobs:
|
||||
run: |
|
||||
ls -lh
|
||||
cd az-vnr-patch
|
||||
git checkout -b pure-az
|
||||
git checkout pure-az
|
||||
cp -r src ../
|
||||
git checkout -b main
|
||||
git checkout main
|
||||
rm -rf src
|
||||
ls -lh
|
||||
mkdir src
|
||||
|
||||
Reference in New Issue
Block a user