From e9f12c9485d188190b4301a8f08f26bd7ac32440 Mon Sep 17 00:00:00 2001 From: Paulchen-Panther <16664240+Paulchen-Panther@users.noreply.github.com> Date: Sat, 18 Nov 2023 22:50:48 +0100 Subject: [PATCH] separate repo and ghcr options --- .github/workflows/build_deb.yml | 5 +++-- .github/workflows/build_rpm.yml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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