Express logging flag in a "positive" way, not as "do not log"
This commit is contained in:
parent
b5b046356c
commit
3d2f9b9e54
3 changed files with 6 additions and 6 deletions
|
@ -6,10 +6,10 @@ inputs:
|
|||
required: true
|
||||
ssh-auth-sock:
|
||||
description: 'Where to place the SSH Agent auth socket'
|
||||
dont-log-public-key:
|
||||
log-public-key:
|
||||
description: 'Whether or not to log public key fingerprints'
|
||||
required: false
|
||||
default: false
|
||||
default: true
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue