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]"