1
All checks were successful
az-vnr-patch-sync-to-github / build (push) Successful in 4s
sr-sync-to-github / build (push) Successful in 1m6s
az-more-slots-sync-to-github / build (push) Successful in 4s
tj-sync-to-github / build (push) Successful in 1m11s

This commit is contained in:
azw
2024-11-28 23:52:47 +08:00
parent 6265a1a91c
commit c0ae2d30ea
4 changed files with 8 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ jobs:
steps: steps:
- name: clone - name: clone
run: | run: |
git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@git.azw.net.cn/azurlane-hoi4/az-more-slots.git git clone https://x-access-token:${{ secrets.ACCESS_TOKEN }}@git.azw.net.cn/azurlane-hoi4/az-more-slots.git
ls -lh ls -lh
- name: az-more-slots - name: az-more-slots
run: | run: |
@@ -26,7 +26,7 @@ jobs:
git config --local user.name 柴郡[bot] git config --local user.name 柴郡[bot]
git add . git add .
git commit --allow-empty -m "$(date '+%Y-%m-%d %H:%M:%S')" git commit --allow-empty -m "$(date '+%Y-%m-%d %H:%M:%S')"
git push https://x-access-token:${{ secrets.AZW_PHY_GITHUB_TOKEN }}@github.com/Azurlane-HOI-mod/MoreSlots.git git push https://x-access-token:${{ secrets.AZW_PHY_ACCESS_TOKEN }}@github.com/Azurlane-HOI-mod/MoreSlots.git
- name: cleanup - name: cleanup
run: | run: |
rm -rf az-more-slots rm -rf az-more-slots

View File

@@ -9,7 +9,7 @@ jobs:
steps: steps:
- name: clone - name: clone
run: | run: |
git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@git.azw.net.cn/azurlane-hoi4/azurlane-sr.git git clone https://x-access-token:${{ secrets.ACCESS_TOKEN }}@git.azw.net.cn/azurlane-hoi4/azurlane-sr.git
ls -lh ls -lh
- name: sr - name: sr
run: | run: |
@@ -26,7 +26,7 @@ jobs:
git config --local user.name 柴郡[bot] git config --local user.name 柴郡[bot]
git add . git add .
git commit --allow-empty -m "$(date '+%Y-%m-%d %H:%M:%S')" git commit --allow-empty -m "$(date '+%Y-%m-%d %H:%M:%S')"
git push https://x-access-token:${{ secrets.AZW_PHY_GITHUB_TOKEN }}@github.com/Azurlane-HOI-mod/Azurlane-SR.git git push https://x-access-token:${{ secrets.AZW_PHY_ACCESS_TOKEN }}@github.com/Azurlane-HOI-mod/Azurlane-SR.git
- name: cleanup - name: cleanup
run: | run: |
rm -rf azurlane-sr rm -rf azurlane-sr

View File

@@ -9,7 +9,7 @@ jobs:
steps: steps:
- name: clone - name: clone
run: | run: |
git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@git.azw.net.cn/azurlane-hoi4/azurlane-tj.git git clone https://x-access-token:${{ secrets.ACCESS_TOKEN }}@git.azw.net.cn/azurlane-hoi4/azurlane-tj.git
ls -lh ls -lh
- name: tj - name: tj
run: | run: |
@@ -26,7 +26,7 @@ jobs:
git config --local user.name 柴郡[bot] git config --local user.name 柴郡[bot]
git add . git add .
git commit --allow-empty -m "$(date '+%Y-%m-%d %H:%M:%S')" git commit --allow-empty -m "$(date '+%Y-%m-%d %H:%M:%S')"
git push https://x-access-token:${{ secrets.AZW_PHY_GITHUB_TOKEN }}@github.com/Azurlane-HOI-mod/Azurlane-TJ.git git push https://x-access-token:${{ secrets.AZW_PHY_ACCESS_TOKEN }}@github.com/Azurlane-HOI-mod/Azurlane-TJ.git
- name: cleanup - name: cleanup
run: | run: |
rm -rf azurlane-tj rm -rf azurlane-tj

View File

@@ -9,7 +9,7 @@ jobs:
steps: steps:
- name: clone - name: clone
run: | run: |
git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@git.azw.net.cn/azurlane-hoi4/az-vnr-patch.git git clone https://x-access-token:${{ secrets.ACCESS_TOKEN }}@git.azw.net.cn/azurlane-hoi4/az-vnr-patch.git
ls -lh ls -lh
- name: az-vnr-patch - name: az-vnr-patch
run: | run: |
@@ -26,7 +26,7 @@ jobs:
git config --local user.name 柴郡[bot] git config --local user.name 柴郡[bot]
git add . git add .
git commit --allow-empty -m "$(date '+%Y-%m-%d %H:%M:%S')" git commit --allow-empty -m "$(date '+%Y-%m-%d %H:%M:%S')"
git push https://x-access-token:${{ secrets.AZW_PHY_GITHUB_TOKEN }}@github.com/Azurlane-HOI-mod/VNR-Patch.git git push https://x-access-token:${{ secrets.AZW_PHY_ACCESS_TOKEN }}@github.com/Azurlane-HOI-mod/VNR-Patch.git
- name: cleanup - name: cleanup
run: | run: |
rm -rf az-vnr-patch rm -rf az-vnr-patch