File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ inputs:
2626 commit-author-email :
2727 description : ' Author of commit email address:'
2828 required : true
29- gpg-key-contents :
29+ commit-author- gpg-key-contents :
3030 description : ' GPG Key Contents'
3131 required : true
32- gpg-key-passphrase :
32+ commit-author- gpg-key-passphrase :
3333 description : ' GPG Key Passphrase'
3434 required : true
3535
@@ -146,8 +146,8 @@ runs:
146146 if : ${{ inputs.dry-run-enabled != 'true' }}
147147 shell : bash
148148 env :
149- GPG_PRIVATE_KEY : ${{ inputs.gpg-key-contents }}
150- GPG_PASSPHRASE : ${{ inputs.gpg-key-passphrase }}
149+ GPG_PRIVATE_KEY : ${{ inputs.commit-author- gpg-key-contents }}
150+ GPG_PASSPHRASE : ${{ inputs.commit-author- gpg-key-passphrase }}
151151 run : |
152152 # Import GPG key
153153 echo "$GPG_PRIVATE_KEY" | gpg --batch --import
You can’t perform that action at this time.
0 commit comments