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