Skip to content

Commit

Permalink
add missing string escape
Browse files Browse the repository at this point in the history
  • Loading branch information
WorldSEnder committed Dec 17, 2022
1 parent 549f345 commit 4e295fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
run: |
mkdir artifacts/
jq -s . js-framework-benchmark/webdriver-ts/results/*.json | cargo run --manifest-path yew/tools/Cargo.toml --release -p process-benchmark-results > artifacts/results.json
echo ${{ toJSON(github.event) }} > artifacts/PR_INFO
echo "${{ toJSON(github.event) }}" > artifacts/PR_INFO
- name: Upload result artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4e295fe

Please sign in to comment.