This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
ls -lh
|
ls -lh
|
||||||
rm -rf azurlane-sr
|
rm -rf azurlane-sr
|
||||||
git -c http.sslVerify=false clone -b main https://${{ secrets.ACCESS_TOKEN }}@${{ secrets.URI }}/${{ github.repository }}.git
|
git -c http.sslVerify=false clone -b main https://${{ secrets.GITHUB_TOKEN }}@${{ secrets.URI }}/${{ github.repository }}.git
|
||||||
- name: sync currect file
|
- name: sync currect file
|
||||||
run: |
|
run: |
|
||||||
cd /home/steam/steamcmd
|
cd /home/steam/steamcmd
|
||||||
@@ -48,4 +48,4 @@ jobs:
|
|||||||
git config --local user.name "actions[bot]"
|
git config --local user.name "actions[bot]"
|
||||||
git add .
|
git add .
|
||||||
git commit --allow-empty -m "$(date '+%Y-%m-%d %H:%M:%S')"
|
git commit --allow-empty -m "$(date '+%Y-%m-%d %H:%M:%S')"
|
||||||
git -c http.sslVerify=false push https://${{ secrets.ACCESS_TOKEN }}@${{ secrets.URI }}/${{ github.repository }}.git
|
git -c http.sslVerify=false push https://${{ secrets.GITHUB_TOKEN }}@${{ secrets.URI }}/${{ github.repository }}.git
|
||||||
Reference in New Issue
Block a user