Skip to content

Commit

Permalink
Merge pull request #21 from epompeii/single_quotes
Browse files Browse the repository at this point in the history
Move to single quotes for git refs
  • Loading branch information
epompeii committed Dec 5, 2023
2 parents fed0cab + c8f99b2 commit 35039fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
- name: Benchmark trace4rs PR with Bencher
run: |
bencher run \
--if-branch "${{ github.event.pull_request.head.ref }}" \
--else-if-branch "${{ github.event.pull_request.base.ref }}" \
--if-branch '${{ github.event.pull_request.head.ref }}' \
--else-if-branch '${{ github.event.pull_request.base.ref }}' \
--else-if-branch main \
--err \
--github-actions "${{ secrets.GITHUB_TOKEN }}" \
--token "${{ secrets.BENCHER_API_TOKEN }}" \
--github-actions '${{ secrets.GITHUB_TOKEN }}' \
--token '${{ secrets.BENCHER_API_TOKEN }}' \
"cargo bench"

0 comments on commit 35039fb

Please sign in to comment.