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 1414 bencher archive \
1515 --project example \
1616 --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 1818 bencher run \
1919 --project example \
2020 --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" \
2323 --start-point-hash '${{ github.event.pull_request.base.sha }}' \
2424 --start-point-clone-thresholds \
2525 --start-point-reset \
Original file line number Diff line number Diff line change 1616 bencher archive \
1717 --project example \
1818 --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