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