Add name of updated systems in summary
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
systems:
|
||||
- fetch:
|
||||
- name: Apt
|
||||
fetch:
|
||||
exe: sudo
|
||||
params:
|
||||
- apt
|
||||
@ -15,13 +16,15 @@ systems:
|
||||
- --yes
|
||||
current_dir: null
|
||||
env: {}
|
||||
- install:
|
||||
- name: Rustup
|
||||
install:
|
||||
exe: rustup
|
||||
params:
|
||||
- update
|
||||
current_dir: null
|
||||
env: {}
|
||||
- install:
|
||||
- name: Cargo
|
||||
install:
|
||||
exe: cargo
|
||||
params:
|
||||
- install-update
|
||||
|
Reference in New Issue
Block a user