From 7b64c76932d2ddd0a2be638832dc8f72eacec74c Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 10 Jun 2023 10:57:00 -0600 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9e29f31e..59d29f6a 100644 --- a/action.yml +++ b/action.yml @@ -110,7 +110,7 @@ inputs: required: false default: "false" write_output_files: - description: "Write outputs to files in the `.github/outputs` folder by default." + description: "Write outputs to the `output_dir` defaults to `.github/outputs` folder. **NOTE:** This creates a `.txt` (default) and `.json` file if `json` is set to `true`." required: false default: "false" output_dir: