Skip to content

Commit

Permalink
Update stt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ktKongTong authored Feb 18, 2025
1 parent 6614565 commit e780a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
}' > response.json
ls -l
cat response.json
jq -f response.json -r '.data.outputs.text' > output.md
cat response.json | jq -r '.data.outputs.text' > output.md
- name: show result
run: |
cat output.md
Expand Down

0 comments on commit e780a11

Please sign in to comment.