From 62073fb3c8d6e3cf373c9ba551e9f2996139e1df Mon Sep 17 00:00:00 2001 From: azw Date: Wed, 12 Feb 2025 17:12:16 +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 c33a963..285ca2c 100644 --- a/.gitea/workflows/sync.yml +++ b/.gitea/workflows/sync.yml @@ -12,7 +12,7 @@ jobs: - name: Clone repository run: | ls -lh - rm -rf UTTNH + rm -rf uttnh git -c http.sslVerify=false clone -b main https://${{ secrets.GITHUB_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 UTTNH + cd uttnh rm -rf src ls -lh cp -r /home/steam/Steam/steamapps/workshop/content/394360/3413890094 src @@ -31,7 +31,7 @@ jobs: id: check_changes run: | ls -lh - cd UTTNH + cd uttnh 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 UTTNH + cd uttnh ls -lh git config --local user.email "actions[bot]@users.noreply.github.com" git config --local user.name "actions[bot]"