Skip to content

Commit 5ab5b03

Browse files
committed
Use intermediate environment variables
1 parent a2f37a8 commit 5ab5b03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/fork_pr_benchmarks_track.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
bencher run \
4040
--project example \
4141
--token '${{ secrets.BENCHER_API_TOKEN }}' \
42-
--branch '${{ env.PR_HEAD }}' \
43-
--start-point '${{ env.PR_BASE }}' \
44-
--start-point-hash '${{ env.PR_BASE_SHA }}' \
42+
--branch "$PR_HEAD" \
43+
--start-point "$PR_BASE" \
44+
--start-point-hash "$PR_BASE_SHA" \
4545
--start-point-clone-thresholds \
4646
--start-point-reset \
4747
--testbed ubuntu-latest \
4848
--err \
4949
--adapter json \
5050
--github-actions '${{ secrets.GITHUB_TOKEN }}' \
51-
--ci-number '${{ env.PR_NUMBER }}' \
51+
--ci-number "$PR_NUMBER" \
5252
--file "$BENCHMARK_RESULTS"

0 commit comments

Comments
 (0)