Skip to content

Commit 8000c3e

Browse files
committed
Align inputs names to crazy-max/ghaction-import-gpg v5
1 parent abde114 commit 8000c3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/apt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Import GPG key
9191
uses: crazy-max/[email protected]
9292
with:
93-
gpg-private-key: ${{ secrets.APT_GPG }}
93+
gpg_private_key: ${{ secrets.APT_GPG }}
9494

9595
- name: Install reprepro
9696
run: sudo apt -y install reprepro

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
- name: Import GPG key
137137
uses: crazy-max/[email protected]
138138
with:
139-
gpg-private-key: ${{ secrets.APT_GPG }}
139+
gpg_private_key: ${{ secrets.APT_GPG }}
140140

141141
- name: Install reprepro
142142
run: sudo apt -y install reprepro

0 commit comments

Comments
 (0)