Compare commits

..

2 commits

Author SHA1 Message Date
jiriks74
e83cb1d31a Update flake.lock
Some checks failed
Perform checks / formatting (push) Successful in 48s
Perform checks / nix_flake_check (push) Successful in 52s
Perform checks / nix_build (push) Has been cancelled
2024-12-14 02:28:52 +00:00
b65e1ebc24
fix: Use custom action for updating flake.lock
Some checks failed
Perform checks / nix_flake_check (push) Has been cancelled
Perform checks / formatting (push) Has been cancelled
Perform checks / nix_build (push) Has been cancelled
2024-12-14 03:27:31 +01:00
2 changed files with 2 additions and 11 deletions

View file

@ -24,16 +24,6 @@ jobs:
/^$/ {in_update = 0}
' | tee update.log
LOG=$(cat update.log)
LOG="${LOG//'%'/'%25'}"
LOG="${LOG//$'\n'/'%0A'}"
LOG="${LOG//$'\r'/'%0D'}"
echo "::set-output name=update_log::$LOG"
rm update.log
- name: Create Pull Request
id: create-pull-request
uses: https://code.forgejo.org/peter-evans/create-pull-request@main
@ -46,7 +36,7 @@ jobs:
- The following Nix Flake inputs were updated
```
${{ steps.update.output.update_log }}
$(cat update.log)
```
Auto-generated by [update.yml][1] with the help of

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
result
.direnv
.luarc.json
update.log