mirror of
https://github.com/AuxXxilium/arc-dsm.git
synced 2024-11-23 22:30:52 +07:00
commit
fa54e88acb
9
.github/workflows/update.yml
vendored
9
.github/workflows/update.yml
vendored
@ -59,4 +59,11 @@ jobs:
|
||||
|
||||
- name: Update
|
||||
run: |
|
||||
sudo ./update.sh
|
||||
sudo ./update.sh
|
||||
|
||||
- name: Check and Push
|
||||
run: |
|
||||
git fetch
|
||||
git add .
|
||||
git commit -m "dsm: update $(date +%Y-%m-%d" "%H:%M:%S)"
|
||||
git push -f
|
Loading…
Reference in New Issue
Block a user