diff --git a/typings/testlens-app/setup-testlens/v1/action-types.yml b/typings/testlens-app/setup-testlens/v1/action-types.yml new file mode 100644 index 0000000..ae53ed3 --- /dev/null +++ b/typings/testlens-app/setup-testlens/v1/action-types.yml @@ -0,0 +1,10 @@ +# See https://github.com/typesafegithub/github-actions-typing +inputs: + github-token: + type: string + + instrumentation-version: + type: string + + write-log-files: + type: boolean