diff --git a/.github/workflows/temp.yml b/.github/workflows/temp.yml index 2d7dcee..480eb5b 100644 --- a/.github/workflows/temp.yml +++ b/.github/workflows/temp.yml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v3 - run: | echo "{\"keywords\":[" > temp.json - cat temp | sed -E "s/(^|[^\\\\\\n])((\\\\\\\\)*) *\\#.+/\\1\\2/;s/(.+)/ {\"keyword\":\"\\1\"},/" >> temp.json + cat temp | sed -E "s/(^|[^\\\\\\n])((\\\\\\\\)*) *\\#.+/\\1\\2/;$ ! s/(.+)/ {\"keyword\":\"\\1\"},/;$ s/(.+)/ {\"keyword\":\"\\1\"}/;/^ *$/d" >> temp.json echo "]}" >> temp.json git config --global user.name "Fabian42" git config --global user.email "Fabian42@users.noreply.github.com"