docs: fix crazy-max/ghaction-import-gp parameters (#2177)

* 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>
This commit is contained in:
Frédéric Harper 2023-07-20 22:47:05 -04:00 committed by GitHub
parent 1c8b8845ee
commit f908c6b99c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -306,12 +306,12 @@ The action can use GPG to sign commits with a GPG key that you generate yourself
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: crazy-max/ghaction-import-gpg@v3 - uses: crazy-max/ghaction-import-gpg@v5
with: with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }} passphrase: ${{ secrets.GPG_PASSPHRASE }}
git-user-signingkey: true git_user_signingkey: true
git-commit-gpgsign: true git_commit_gpgsign: true
# Make changes to pull request here # Make changes to pull request here