Skip to content

Commit

Permalink
escape json string
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanhuhta committed Aug 2, 2024
1 parent 529e114 commit 211464b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
});
- name: Get result
run: echo "${{steps.create-comment.outputs.result}}"
run: echo '${{steps.create-comment.outputs.result}}'

0 comments on commit 211464b

Please sign in to comment.