We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a522afc + 1cc1733 commit f71609bCopy full SHA for f71609b
action.yml
@@ -110,7 +110,7 @@ runs:
110
- name: Import bot's GPG key for signing commits
111
if: ${{ inputs.sign-commits == 'true' }}
112
id: import-gpg
113
- uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0
+ uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6.2.0
114
with:
115
gpg_private_key: ${{ inputs.gpg-private-key }}
116
fingerprint: ${{ inputs.gpg-fingerprint }}
0 commit comments