From e13e71b24243b44d08c48cb826613593c26f7aaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Harper?= Date: Thu, 20 Jul 2023 20:58:52 -0400 Subject: [PATCH] fix crazy-max/ghaction-import-gp parameters --- docs/concepts-guidelines.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/concepts-guidelines.md b/docs/concepts-guidelines.md index c1da382..9517031 100644 --- a/docs/concepts-guidelines.md +++ b/docs/concepts-guidelines.md @@ -308,10 +308,10 @@ The action can use GPG to sign commits with a GPG key that you generate yourself - uses: crazy-max/ghaction-import-gpg@v3 with: - gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} + gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.GPG_PASSPHRASE }} - git-user-signingkey: true - git-commit-gpgsign: true + git_user_signingkey: true + git_commit_gpgsign: true # Make changes to pull request here