Skip to content

Commit

Permalink
docs: fix crazy-max/ghaction-import-gp parameters (#2177)
Browse files Browse the repository at this point in the history
* fix crazy-max/ghaction-import-gp parameters

* upgrade action version

Co-authored-by: Peter Evans <18365890+peter-evans@users.noreply.github.com>

---------

Co-authored-by: Peter Evans <18365890+peter-evans@users.noreply.github.com>
  • Loading branch information
fharper and peter-evans committed Jul 21, 2023
1 parent 1c8b884 commit f908c6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/concepts-guidelines.md
Expand Up @@ -306,12 +306,12 @@ The action can use GPG to sign commits with a GPG key that you generate yourself
steps:
- uses: actions/checkout@v3

- uses: crazy-max/ghaction-import-gpg@v3
- uses: crazy-max/ghaction-import-gpg@v5
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

Expand Down

0 comments on commit f908c6b

Please sign in to comment.