From 6c7afaef9432ec904a2e3d8c7f7b167ae5bc6d79 Mon Sep 17 00:00:00 2001 From: azw Date: Mon, 22 Jul 2024 19:20:46 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/sync.yml b/.gitea/workflows/sync.yml index 307c3ef..a2b4fb0 100644 --- a/.gitea/workflows/sync.yml +++ b/.gitea/workflows/sync.yml @@ -12,7 +12,7 @@ jobs: - name: Clone repository run: | ls -lh - rm -rf azurlane-tj + rm -rf vnr git -c http.sslVerify=false clone -b main https://${{ secrets.ACCESS_TOKEN }}@${{ secrets.URI }}/${{ github.repository }}.git - name: sync currect file run: | @@ -22,7 +22,7 @@ jobs: - name: clean src and copy to src run: | ls -lh - cd azurlane-tj + cd vnr rm -rf src ls -lh cp -r /home/steam/Steam/steamapps/workshop/content/394360/2993772482 src @@ -31,7 +31,7 @@ jobs: id: check_changes run: | ls -lh - cd azurlane-tj + cd vnr ls -lh if [ -z "$(git status --porcelain)" ]; then echo "::set-output name=has_changes::false" @@ -42,7 +42,7 @@ jobs: if: ${{ steps.check_changes.outputs.has_changes == 'true' }} run: | ls -lh - cd azurlane-tj + cd vnr ls -lh git config --local user.email "actions[bot]@users.noreply.github.com" git config --local user.name "actions[bot]"