Compare commits
2 commits
aba28f908b
...
e83cb1d31a
Author | SHA1 | Date | |
---|---|---|---|
|
e83cb1d31a | ||
b65e1ebc24 |
2 changed files with 2 additions and 11 deletions
12
.github/workflows/update.yml
vendored
12
.github/workflows/update.yml
vendored
|
@ -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
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
result
|
||||
.direnv
|
||||
.luarc.json
|
||||
update.log
|
||||
|
|
Loading…
Reference in a new issue