fix(action): small typos and weird stuff

Why is it not downloading the previous report?
This commit is contained in:
Jalil David Salamé Messina 2024-12-18 16:18:13 +01:00
parent 08d9598c26
commit c3362d4650
Signed by: jalil
GPG key ID: F016B9E770737A0B
3 changed files with 8 additions and 9 deletions

View file

@ -14,7 +14,7 @@ packages=$(
$flake_info
EOF
)
group 'Packages:'
group 'Show Packages'
log "$packages"
endgroup
configurations=$(
@ -22,7 +22,7 @@ configurations=$(
$flake_info
EOF
)
group 'NixOS Configurations:'
group 'Show NixOS Configurations'
log "$configurations"
endgroup