File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
bencher archive \
15
15
--project example \
16
16
--token '${{ secrets.BENCHER_API_TOKEN }}' \
17
- --branch '${{ github.head_ref }}'
17
+ --branch "$GITHUB_HEAD_REF"
Original file line number Diff line number Diff line change 18
18
bencher run \
19
19
--project example \
20
20
--token '${{ secrets.BENCHER_API_TOKEN }}' \
21
- --branch '${{ github.head_ref }}' \
22
- --start-point '${{ github.base_ref }}' \
21
+ --branch "$GITHUB_HEAD_REF"
22
+ --start-point "$GITHUB_BASE_REF" \
23
23
--start-point-hash '${{ github.event.pull_request.base.sha }}' \
24
24
--start-point-clone-thresholds \
25
25
--start-point-reset \
Original file line number Diff line number Diff line change 16
16
bencher archive \
17
17
--project example \
18
18
--token '${{ secrets.BENCHER_API_TOKEN }}' \
19
- --branch '${{ github.head_ref }}'
19
+ --branch "$GITHUB_HEAD_REF"
You can’t perform that action at this time.
0 commit comments