Skip to content

Commit

Permalink
0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
haouarihk authored Oct 31, 2023
1 parent db39b9f commit a9b11ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ jobs:

- name: Create data.json
run: |
sed -i -e '$!s/$/,/' prompts.txt
sed -i 's/"/\\"/g' prompts.txt
sed -i -e '$!s/$/",/' prompts.txt
sed -i '$ s/$/",/' prompts.txt
sed -i 's/^/ "/' prompts.txt
sed -i '$ s/,$//' prompts.txt
echo "{
\"prompts\": [
$(cat prompts.txt)
Expand Down

0 comments on commit a9b11ea

Please sign in to comment.