Skip to content

Commit

Permalink
Merge pull request #5826 from epompeii/bencher
Browse files Browse the repository at this point in the history
Slugify `github.repository` for Bencher
  • Loading branch information
epage authored Nov 25, 2024
2 parents 10c29ab + c94b818 commit fc55ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}' \
Expand Down

0 comments on commit fc55ad0

Please sign in to comment.