1
Some checks failed
sr-sync-to-github / build (push) Failing after 59s

This commit is contained in:
azw
2024-06-26 20:16:36 +08:00
parent 8415b17210
commit c1f083b5b8

View File

@@ -14,8 +14,6 @@ jobs:
ls -lh ls -lh
- name: sr - name: sr
run: | run: |
git config --local user.email Cheshire[bot]@users.noreply.github.com
git config --local user.name 柴郡[bot]
git clone https://github.com/Azurlane-HOI-mod/Azurlane-SR.git git clone https://github.com/Azurlane-HOI-mod/Azurlane-SR.git
ls -lh ls -lh
cd Azurlane-SR cd Azurlane-SR
@@ -25,6 +23,8 @@ jobs:
rm -rf README rm -rf README
cp ../azurlane-sr/src . cp ../azurlane-sr/src .
cp ../azurlane-sr/README . cp ../azurlane-sr/README .
git config --local user.email Cheshire[bot]@users.noreply.github.com
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_GITHUB_TOKEN }}@github.com/Azurlane-HOI-mod/Azurlane-SR.git