Compare commits
10 Commits
v23
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
1cc1733537 | |||
965531f332 | |||
a2bbe0274e | |||
802501548e | |||
7d80c329b4 | |||
7bc6ec59cc | |||
4cf6b19203 | |||
73ba0ca899 | |||
24f53daa86 | |||
420fb2aaf7 |
@ -115,7 +115,7 @@ runs:
|
|||||||
- name: Import bot's GPG key for signing commits
|
- name: Import bot's GPG key for signing commits
|
||||||
if: ${{ inputs.sign-commits == 'true' }}
|
if: ${{ inputs.sign-commits == 'true' }}
|
||||||
id: import-gpg
|
id: import-gpg
|
||||||
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0
|
uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6.2.0
|
||||||
with:
|
with:
|
||||||
gpg_private_key: ${{ inputs.gpg-private-key }}
|
gpg_private_key: ${{ inputs.gpg-private-key }}
|
||||||
fingerprint: ${{ inputs.gpg-fingerprint }}
|
fingerprint: ${{ inputs.gpg-fingerprint }}
|
||||||
|
Reference in New Issue
Block a user