We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abde114 commit 8000c3eCopy full SHA for 8000c3e
.github/workflows/apt.yml
@@ -90,7 +90,7 @@ jobs:
90
- name: Import GPG key
91
uses: crazy-max/[email protected]
92
with:
93
- gpg-private-key: ${{ secrets.APT_GPG }}
+ gpg_private_key: ${{ secrets.APT_GPG }}
94
95
- name: Install reprepro
96
run: sudo apt -y install reprepro
.github/workflows/nightly.yml
@@ -136,7 +136,7 @@ jobs:
136
137
138
139
140
141
142
0 commit comments