diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index 5c17fa41..89967a95 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -115,8 +115,8 @@ jobs: - name: Fetch OCaml uses: actions/checkout@v4 with: - repository: ${{ inputs.compiler_repository }} - ref: ${{ inputs.compiler_ref }} + repository: ${{ env.COMPILER_REPO }} + ref: ${{ env.COMPILER_REF }} path: ocaml submodules: true if: steps.cache.outputs.cache-hit != 'true'