Compare commits

..

2 commits

Author SHA1 Message Date
jiriks74
c28c9d52a0 Update flake.lock
Some checks failed
Perform checks / formatting (push) Successful in 48s
Perform checks / nix_build (push) Has been cancelled
Perform checks / nix_flake_check (push) Has been cancelled
2024-12-14 01:59:19 +00:00
371de9a481
fix: Use custom action for updating flake.lock
Some checks failed
Perform checks / nix_flake_check (push) Has been cancelled
Perform checks / nix_build (push) Has been cancelled
Perform checks / formatting (push) Has been cancelled
2024-12-14 02:57:39 +01:00

View file

@ -24,7 +24,7 @@ jobs:
/^• Updated input/ {in_update = 1; print; next}
in_update && !/^warning:/ {print}
/^$/ {in_update = 0}
' | tee update.log
' > update.log
echo "update_log=$(cat update.log)" >> $GITHUB_OUTPUT
rm update.log