Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Dec 30, 2024
1 parent f5e99e6 commit b554748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ CURRENT_SHA }}
repository: ${{ REPO }}
ref: ${{ env.CURRENT_SHA }}
repository: ${{ env.REPO }}

- name: Create benchmark matrix from JSON
id: create-matrix
Expand Down

0 comments on commit b554748

Please sign in to comment.