fix crazy-max/ghaction-import-gp parameters

This commit is contained in:
Frédéric Harper 2023-07-20 20:58:52 -04:00
parent 1c8b8845ee
commit e13e71b242
No known key found for this signature in database
GPG key ID: A3E03EE956F9208C

View file

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