mirror of
https://github.com/inttter/md-badges.git
synced 2026-05-06 10:26:57 +02:00
fix: 💚 GH actions: fix 'sed' input
This commit is contained in:
parent
66717e93c9
commit
dd1450b6d4
1 changed files with 1 additions and 1 deletions
|
|
@ -39,5 +39,5 @@ sed -e "/$lead/,/$tail/{
|
|||
};
|
||||
/$tail/p;
|
||||
d
|
||||
}" "${READMEFILE}" > "${OUTFILE}.tmp"
|
||||
}" "${OUTFILE}" > "${OUTFILE}.tmp"
|
||||
mv "${OUTFILE}.tmp" "${OUTFILE}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue