Skip to content

Commit 96029b2

Browse files
committed
Lower case argument names for gpg action
Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
1 parent 3da0482 commit 96029b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/helm-docs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
- name: Import GPG key
2222
uses: crazy-max/ghaction-import-gpg@v5
2323
with:
24-
gpg-private-key: ${{ secrets.GPG_COMMITS_PRIVATE_KEY }}
24+
gpg_private_key: ${{ secrets.GPG_COMMITS_PRIVATE_KEY }}
2525
passphrase: ${{ secrets.GPG_COMMITS_PASSPHRASE }}
26-
git-user-signingkey: true
27-
git-commit-gpgsign: true
26+
git_user_signingkey: true
27+
git_commit_gpgsign: true
2828

2929
- name: Download Helm Docs
3030
run: |

0 commit comments

Comments
 (0)