Merge pull request #5826 from epompeii/bencher

Slugify `github.repository` for Bencher
This commit is contained in:
Ed Page 2024-11-25 13:31:28 -06:00 committed by GitHub
commit fc55ad08ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}' \