Compare commits
2 commits
c28c9d52a0
...
6470379a3e
Author | SHA1 | Date | |
---|---|---|---|
|
6470379a3e | ||
906911536b |
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
/^• Updated input/ {in_update = 1; print; next}
|
/^• Updated input/ {in_update = 1; print; next}
|
||||||
in_update && !/^warning:/ {print}
|
in_update && !/^warning:/ {print}
|
||||||
/^$/ {in_update = 0}
|
/^$/ {in_update = 0}
|
||||||
' > update.log
|
' | tee update.log
|
||||||
echo "update_log=$(cat update.log)" >> $GITHUB_OUTPUT
|
echo "update_log=$(cat update.log)" >> $GITHUB_OUTPUT
|
||||||
rm update.log
|
rm update.log
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue