Skip to content

Commit

Permalink
separate repo and ghcr options
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulchen-Panther committed Nov 18, 2023
1 parent d5e54a4 commit e9f12c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ on:
required: false

env:
ghcr: ${{ inputs.repo_checkout }}
repository: ${{ inputs.repo_checkout }}
ghcr: hyperion-project

jobs:
build:
Expand Down Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build_rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ on:
required: false

env:
ghcr: ${{ inputs.repo_checkout }}
repository: ${{ inputs.repo_checkout }}
ghcr: hyperion-project

jobs:
build:
Expand All @@ -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

Expand Down

0 comments on commit e9f12c9

Please sign in to comment.