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 57ac9d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 Expand Up @@ -135,8 +135,8 @@ jobs:
##########################################################################
- uses: actions/checkout@v4
with:
ref: ${{ CURRENT_SHA }}
repository: ${{ REPO }}
ref: ${{ env.CURRENT_SHA }}
repository: ${{ env.REPO }}

- name: Set github pages path for PR
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit 57ac9d3

Please sign in to comment.