mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
fix crazy-max/ghaction-import-gp parameters
This commit is contained in:
parent
1c8b8845ee
commit
e13e71b242
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue