Align inputs names to crazy-max/ghaction-import-gpg v5

This commit is contained in:
LordGrey 2022-07-25 07:44:10 +02:00
parent abde114dc4
commit 8000c3e8b7
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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