This commit is contained in:
parent
1aa9c67d56
commit
3b1db59de1
1 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
name: update-steamdeck
|
||||
run-name: ${{ github.actor }} - update-steamdeck
|
||||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: '0 2 * * 1'
|
||||
# “At 02:00 Monday"
|
||||
|
@ -90,7 +91,8 @@ jobs:
|
|||
env | grep SSH
|
||||
cd /etc/nixos/git
|
||||
git pull
|
||||
rebuild-all
|
||||
rebuild-host
|
||||
rebuild-home
|
||||
"
|
||||
|
||||
- name: "nixos-version (Post)"
|
||||
|
|
Loading…
Reference in a new issue