From c40ca9493632e34a8ce7de10afe2f02345c1f2fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=B4=E5=B7=9D?= Date: Wed, 26 Jun 2024 19:15:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/sync.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/sync.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/sync.yml b/.gitea/workflows/sync.yml index 3b9a8da..6fcde1e 100644 --- a/.gitea/workflows/sync.yml +++ b/.gitea/workflows/sync.yml @@ -10,7 +10,7 @@ jobs: - name: Clone repository run: | ls -lh - rm -rf azurlane-sr + rm -rf az-vnr-patch git -c http.sslVerify=false clone -b main https://${{ secrets.ACCESS_TOKEN }}@${{ secrets.URI }}/${{ github.repository }}.git - name: sync currect file run: | @@ -20,14 +20,14 @@ jobs: - name: clean src and copy to src run: | ls -lh - cd azurlane-sr + cd az-vnr-patch rm -rf src ls -lh cp -r /home/steam/Steam/steamapps/workshop/content/394360/3115864680 src - name: commit and push run: | ls -lh - cd azurlane-sr + cd az-vnr-patch ls -lh git config --local user.email "actions[bot]@users.noreply.github.com" git config --local user.name "actions[bot]"