We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f37a8 commit 5ab5b03Copy full SHA for 5ab5b03
.github/workflows/fork_pr_benchmarks_track.yml
@@ -39,14 +39,14 @@ jobs:
39
bencher run \
40
--project example \
41
--token '${{ secrets.BENCHER_API_TOKEN }}' \
42
- --branch '${{ env.PR_HEAD }}' \
43
- --start-point '${{ env.PR_BASE }}' \
44
- --start-point-hash '${{ env.PR_BASE_SHA }}' \
+ --branch "$PR_HEAD" \
+ --start-point "$PR_BASE" \
+ --start-point-hash "$PR_BASE_SHA" \
45
--start-point-clone-thresholds \
46
--start-point-reset \
47
--testbed ubuntu-latest \
48
--err \
49
--adapter json \
50
--github-actions '${{ secrets.GITHUB_TOKEN }}' \
51
- --ci-number '${{ env.PR_NUMBER }}' \
+ --ci-number "$PR_NUMBER" \
52
--file "$BENCHMARK_RESULTS"
0 commit comments