1
Some checks failed
tj-sync-to-github / build (push) Has started running
az-vnr-patch-sync-to-github / build (push) Successful in 4s
sr-sync-to-github / build (push) Failing after 14s
az-more-slots-sync-to-github / build (push) Successful in 3s

This commit is contained in:
azw
2024-12-18 00:14:53 +08:00
parent 60a6bbf4fc
commit 59d6d26623
4 changed files with 12 additions and 0 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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