diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 0200eee9fe..a18bd3f47f 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -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