mirror of
https://github.com/webfactory/ssh-agent.git
synced 2026-03-29 06:19:07 +08:00
Express logging flag in a "positive" way, not as "do not log"
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user