Skip to content

Commit

Permalink
Fix the GitHub Actions syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jun 10, 2024
1 parent 77dd9ca commit 90dd2ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ jobs:
name: Benchmark with Bencher
runs-on: ubuntu-latest
env:
- BENCHER_PROJECT: my-project-slug
- BENCHER_API_TOKEN: ${{ secrets.BENCHER_API_TOKEN }}
BENCHER_PROJECT: my-project-slug
BENCHER_API_TOKEN: ${{ secrets.BENCHER_API_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: bencherdev/bencher@main
Expand Down

0 comments on commit 90dd2ae

Please sign in to comment.