Skip to content

Commit 39f6064

Browse files
committed
rename inputs
Signed-off-by: Andrew Brandt <[email protected]>
1 parent c3c1e4b commit 39f6064

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

action.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)