Skip to content

Commit

Permalink
Use intermediate environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
epompeii committed Nov 4, 2024
1 parent a2f37a8 commit 5ab5b03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/fork_pr_benchmarks_track.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ jobs:
bencher run \
--project example \
--token '${{ secrets.BENCHER_API_TOKEN }}' \
--branch '${{ env.PR_HEAD }}' \
--start-point '${{ env.PR_BASE }}' \
--start-point-hash '${{ env.PR_BASE_SHA }}' \
--branch "$PR_HEAD" \
--start-point "$PR_BASE" \
--start-point-hash "$PR_BASE_SHA" \
--start-point-clone-thresholds \
--start-point-reset \
--testbed ubuntu-latest \
--err \
--adapter json \
--github-actions '${{ secrets.GITHUB_TOKEN }}' \
--ci-number '${{ env.PR_NUMBER }}' \
--ci-number "$PR_NUMBER" \
--file "$BENCHMARK_RESULTS"

0 comments on commit 5ab5b03

Please sign in to comment.