diff --git a/.github/workflows/build_deb.yml b/.github/workflows/build_deb.yml index 337746a..18b6713 100644 --- a/.github/workflows/build_deb.yml +++ b/.github/workflows/build_deb.yml @@ -25,7 +25,8 @@ on: required: false env: - ghcr: ${{ inputs.repo_checkout }} + repository: ${{ inputs.repo_checkout }} + ghcr: hyperion-project jobs: build: @@ -54,7 +55,7 @@ jobs: - name: ⬇ Checkout hyperion.ng uses: actions/checkout@v4 with: - repository: ${{ env.ghcr }}/hyperion.ng + repository: ${{ env.repository }}/hyperion.ng ref: ${{ inputs.head_sha || 'master' }} submodules: recursive diff --git a/.github/workflows/build_rpm.yml b/.github/workflows/build_rpm.yml index 8687ba0..621ecec 100644 --- a/.github/workflows/build_rpm.yml +++ b/.github/workflows/build_rpm.yml @@ -25,7 +25,8 @@ on: required: false env: - ghcr: ${{ inputs.repo_checkout }} + repository: ${{ inputs.repo_checkout }} + ghcr: hyperion-project jobs: build: @@ -48,7 +49,7 @@ jobs: - name: ⬇ Checkout hyperion.ng uses: actions/checkout@v4 with: - repository: ${{ env.ghcr }}/hyperion.ng + repository: ${{ env.repository }}/hyperion.ng ref: ${{ inputs.head_sha || 'master' }} submodules: recursive