mirror of
https://github.com/AuxXxilium/arc-dsm.git
synced 2025-03-10 13:13:41 +07:00
dsm: update job
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
36192efecf
commit
c41835eb4f
6
.github/workflows/update.yml
vendored
6
.github/workflows/update.yml
vendored
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user