Compare commits

..

2 commits

Author SHA1 Message Date
jiriks74
6470379a3e Update 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:01:44 +00:00
906911536b
fix: Use custom action for updating flake.lock
Some checks failed
Perform checks / formatting (push) Has been cancelled
Perform checks / nix_flake_check (push) Has been cancelled
Perform checks / nix_build (push) Has been cancelled
2024-12-14 03:00:25 +01:00

View file

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