opt-out rather than opt-in

This commit is contained in:
Camilo Celis Guzman 2022-09-02 15:30:25 +09:00
parent 9683b6d018
commit f202749619
2 changed files with 5 additions and 4 deletions

View file

@ -6,9 +6,10 @@ inputs:
required: true
ssh-auth-sock:
description: 'Where to place the SSH Agent auth socket'
log-public-key:
dont-log-public-key:
description: 'Whether or not to log public key fingerprints'
default: true
required: false
default: false
runs:
using: 'node12'
main: 'dist/index.js'