NETLIFY_AUTH_TOKEN:
description: A personal access token for Netlify.
require: false
NETLIFY_SITE_ID:
description: A Netlify site id.
require: false
Adds the following outputs
ACTION_DOCS_LOCATION:
description: The absolute path where generated data docs generated by the Action run are located. This is useful if you want to deploy the data docs to an external service.
FAILING_CHECKPOINTS:
description: A comma delimited list of failed checkpoints.
PASSING_CHECKPOINTS:
description: A comma delimited list of passing checkpoints.
NETLIFY_DOCS_URL:
description: The url to the generated data docs on Netlify. This output is only emitted only if the input parameters NETLIFY_AUTH_TOKEN and NETLIFY_SITE_ID are provided.
I will have to refactor the yaml workflows in a separate set of test PRs
This PR makes the following changes:
Adds the following optional inputs
Adds the following outputs
I will have to refactor the yaml workflows in a separate set of test PRs