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
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user