Express logging flag in a "positive" way, not as "do not log"

This commit is contained in:
Matthias Pigulla 2022-10-19 10:26:23 +00:00
parent b5b046356c
commit 3d2f9b9e54
No known key found for this signature in database
GPG key ID: 07625DB0815D6CA1
3 changed files with 6 additions and 6 deletions

View file

@ -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'