This commit is contained in:
azw
2024-06-26 18:59:42 +08:00
parent e21f28e92e
commit 9557e11256

View File

@@ -21,11 +21,15 @@ jobs:
- name: clean src and copy to src
run: |
ls -lh
cd azurlane-sr
rm -rf src
ls -lh
cp -r /home/steam/Steam/steamapps/workshop/content/394360/2131096629 src
- name: commit and push
run: |
ls -lh
cd azurlane-sr
ls -lh
git config --local user.email "actions[bot]@users.noreply.github.com"
git config --local user.name "actions[bot]"
git add .