diff --git a/.github/workflows/scc.yml b/.github/workflows/scc.yml index 03cbc14..3e17279 100644 --- a/.github/workflows/scc.yml +++ b/.github/workflows/scc.yml @@ -29,7 +29,7 @@ jobs: run: | lead='^\n' tail='^' - sed -e "/$lead/,/$tail/{ /$lead/{p; r .github/loc_table.html}; /$tail/p; d }" README.md + sed -e "/$lead/,/$tail/{ /$lead/{p; r .github/loc_table.html}; /$tail/p; d }" README.md > README.md shell: bash - name: Commit files id: commit