mirror of
https://github.com/clap-rs/clap
synced 2024-12-04 18:19:13 +00:00
Merge pull request #5826 from epompeii/bencher
Slugify `github.repository` for Bencher
This commit is contained in:
commit
fc55ad08ca
1 changed files with 1 additions and 1 deletions
2
.github/workflows/bench-baseline.yml
vendored
2
.github/workflows/bench-baseline.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
- name: Report
|
||||
run: |
|
||||
bencher run \
|
||||
--project "${{ github.repository }}" \
|
||||
--project $(echo "${{ github.repository }}" | sed 's/\//-/g') \
|
||||
--branch "${{ github.ref_name }}" \
|
||||
--testbed "${{ matrix.os }}" \
|
||||
--token '${{ secrets.BENCHER_API_TOKEN }}' \
|
||||
|
|
Loading…
Reference in a new issue