Compare commits

..

2 commits

Author SHA1 Message Date
jiriks74
aba28f908b Update flake.lock
Some checks are pending
Perform checks / nix_build (push) Waiting to run
Perform checks / formatting (push) Successful in 46s
Perform checks / nix_flake_check (push) Successful in 52s
2024-12-14 02:37:32 +00:00
5a71f3a3f4
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:36:09 +01:00
2 changed files with 11 additions and 2 deletions

View file

@ -24,6 +24,16 @@ 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
@ -36,7 +46,7 @@ jobs:
- The following Nix Flake inputs were updated
```
$(cat update.log)
${{ steps.update.output.update_log }}
```
Auto-generated by [update.yml][1] with the help of

1
.gitignore vendored
View file

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