mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Align inputs names to crazy-max/ghaction-import-gpg v5
This commit is contained in:
parent
abde114dc4
commit
8000c3e8b7
2
.github/workflows/apt.yml
vendored
2
.github/workflows/apt.yml
vendored
@ -90,7 +90,7 @@ jobs:
|
||||
- name: Import GPG key
|
||||
uses: crazy-max/ghaction-import-gpg@v5.0.0
|
||||
with:
|
||||
gpg-private-key: ${{ secrets.APT_GPG }}
|
||||
gpg_private_key: ${{ secrets.APT_GPG }}
|
||||
|
||||
- name: Install reprepro
|
||||
run: sudo apt -y install reprepro
|
||||
|
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@ -136,7 +136,7 @@ jobs:
|
||||
- name: Import GPG key
|
||||
uses: crazy-max/ghaction-import-gpg@v5.0.0
|
||||
with:
|
||||
gpg-private-key: ${{ secrets.APT_GPG }}
|
||||
gpg_private_key: ${{ secrets.APT_GPG }}
|
||||
|
||||
- name: Install reprepro
|
||||
run: sudo apt -y install reprepro
|
||||
|
Loading…
Reference in New Issue
Block a user