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 7282686 commit 84ff6a0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/temp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,4 @@ jobs:
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo "{"keywords":[" > temp.json
cat temp | sed -E "s/(^|[^\\\\\\n])((\\\\\\\\)*) *\\#.+/\\1\\2/;s/(.+)/ {\"keyword\":\"\\1\"},/" >> temp.json
echo "]}" > temp.json
( cat temp; echo "testing" ) > temp

0 comments on commit 84ff6a0

Please sign in to comment.