Merge pull request #33 from AuxXxilium/dev

Dev
This commit is contained in:
AuxXxilium 2024-08-31 09:14:55 +02:00 committed by GitHub
commit fa54e88acb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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