From c3b3d0fa2001c73aff51b442d2e43cdc067cacbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20R=C3=B6ling?= Date: Mon, 18 Dec 2023 05:25:57 +0100 Subject: [PATCH] Update temp.yml --- .github/workflows/temp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"