Skip to content

Commit

Permalink
Make password a required parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Nov 28, 2022
1 parent c99f775 commit 99219d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ inputs:
description: 'Recursively search for supported files.'
required: false
password:
description: 'The password'
required: false
description: 'Password to decrypt and import the certificate'
required: true
certificatesha1:
description: 'The sha1 or fingerprint of the certification'
description: 'The sha1 or fingerprint of the certificate'
required: false
certificatename:
description: 'The Name of the certificate'
Expand Down

0 comments on commit 99219d5

Please sign in to comment.