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

This commit is contained in:
azw
2024-06-26 20:13:58 +08:00
parent e79d2bbd9a
commit 0d85911fbd

View File

@@ -26,7 +26,7 @@ jobs:
cp ../azurlane-sr/src . cp ../azurlane-sr/src .
cp ../azurlane-sr/README . cp ../azurlane-sr/README .
git add . git add .
git commit -a -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
- name: cleanup - name: cleanup
run: | run: |