dsm: update job

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2023-06-21 16:39:34 +02:00
parent 36192efecf
commit c41835eb4f

View File

@ -29,15 +29,15 @@ jobs:
sudo timedatectl set-timezone "Europe/Berlin"
sudo apt update
sudo apt install -y jq gettext libelf-dev qemu-utils
sudo apt install -y jq libelf-dev qemu-utils
sudo snap install yq
- name: Update
run: |
sh update.sh
sudo ./update.sh
- name: Check and Push
if: success() && inputs.push == true
if: inputs.push == true
run: |
git add .
git commit -m "arc: update $(date +%Y-%m-%d" "%H:%M:%S)"