feature: add ignoreNotFound option (#518)

* add ignoreNotFound option

* update README
This commit is contained in:
John-Michael Faircloth
2024-02-01 08:42:56 -06:00
committed by GitHub
parent d523bb05b2
commit efab57ede0
5 changed files with 49 additions and 3 deletions

View File

@@ -89,6 +89,10 @@ inputs:
secretEncodingType:
description: 'The encoding type of the secret to decode. If not specified, the secret will not be decoded. Supported values: base64, hex, utf8'
required: false
ignoreNotFound:
description: 'Whether or not the action should exit successfully if some requested secrets were not found.'
required: false
default: 'false'
runs:
using: 'node20'
main: 'dist/index.js'