From 59d6d2662334c669c22a5fdb1a3b197caa88df24 Mon Sep 17 00:00:00 2001 From: azw Date: Wed, 18 Dec 2024 00:14:53 +0800 Subject: [PATCH] 1 --- .gitea/workflows/more-slots.yml | 3 +++ .gitea/workflows/sr-sync.yml | 3 +++ .gitea/workflows/tj-sync.yml | 3 +++ .gitea/workflows/vnr-patch.yml | 3 +++ 4 files changed, 12 insertions(+) diff --git a/.gitea/workflows/more-slots.yml b/.gitea/workflows/more-slots.yml index cf3df73..63304db 100644 --- a/.gitea/workflows/more-slots.yml +++ b/.gitea/workflows/more-slots.yml @@ -41,6 +41,9 @@ jobs: - name: push if: ${{ steps.check_changes.outputs.has_changes == 'true' }} run: | + ls -lh + cd MoreSlots + ls -lh git add . git commit --allow-empty -m "$(date '+%Y-%m-%d %H:%M:%S')" git push https://x-access-token:${{ secrets.AZW_PHY_ACCESS_TOKEN }}@github.com/Azurlane-HOI-mod/MoreSlots.git diff --git a/.gitea/workflows/sr-sync.yml b/.gitea/workflows/sr-sync.yml index 5c1cb33..90326dc 100644 --- a/.gitea/workflows/sr-sync.yml +++ b/.gitea/workflows/sr-sync.yml @@ -41,6 +41,9 @@ jobs: - name: push if: ${{ steps.check_changes.outputs.has_changes == 'true' }} run: | + ls -lh + cd Azurlane-SR + ls -lh git add . git commit --allow-empty -m "$(date '+%Y-%m-%d %H:%M:%S')" git push https://x-access-token:${{ secrets.AZW_PHY_ACCESS_TOKEN }}@github.com/Azurlane-HOI-mod/Azurlane-SR.git diff --git a/.gitea/workflows/tj-sync.yml b/.gitea/workflows/tj-sync.yml index 410f2f6..97aa18a 100644 --- a/.gitea/workflows/tj-sync.yml +++ b/.gitea/workflows/tj-sync.yml @@ -41,6 +41,9 @@ jobs: - name: push if: ${{ steps.check_changes.outputs.has_changes == 'true' }} run: | + ls -lh + cd Azurlane-TJ + ls -lh git add . git commit --allow-empty -m "$(date '+%Y-%m-%d %H:%M:%S')" git push https://x-access-token:${{ secrets.AZW_PHY_ACCESS_TOKEN }}@github.com/Azurlane-HOI-mod/Azurlane-TJ.git diff --git a/.gitea/workflows/vnr-patch.yml b/.gitea/workflows/vnr-patch.yml index d262350..3532d5e 100644 --- a/.gitea/workflows/vnr-patch.yml +++ b/.gitea/workflows/vnr-patch.yml @@ -41,6 +41,9 @@ jobs: - name: push if: ${{ steps.check_changes.outputs.has_changes == 'true' }} run: | + ls -lh + cd VNR-Patch + ls -lh git add . git commit --allow-empty -m "$(date '+%Y-%m-%d %H:%M:%S')" git push https://x-access-token:${{ secrets.AZW_PHY_ACCESS_TOKEN }}@github.com/Azurlane-HOI-mod/VNR-Patch.git