Skip to content

Commit

Permalink
Update temp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian42 authored Dec 18, 2023
1 parent 115d6c7 commit 28edbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/temp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: |
echo "{"keywords":[" > temp.json
echo "{\"keywords\":[" > temp.json
cat temp | sed -E "s/(^|[^\\\\\\n])((\\\\\\\\)*) *\\#.+/\\1\\2/;s/(.+)/ {\"keyword\":\"\\1\"},/" >> temp.json
echo "]}" >> temp.json
git config --global user.name "Fabian42"
Expand Down

0 comments on commit 28edbff

Please sign in to comment.