From a0a7ba0b0d8a1e894ed749eed2545e762db36e79 Mon Sep 17 00:00:00 2001 From: Raku Zeta Date: Wed, 15 Mar 2023 11:16:38 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7d4b133..406e11ee 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ If a push is made then it will compare commits from the SHA `github.payload.befo After gathering this information it will output the files in 2 ways. -- As an output variable, you can use this variable by using `steps.file_changes_outputs_files`, `steps.file_changes.outputs.files_modified`, `steps.file_changes.outputs.files_added`, `steps.file_changes.outputs.files_removed`. +- As an output variable, you can use this variable by using `steps.file_changes.outputs.files`, `steps.file_changes.outputs.files_modified`, `steps.file_changes.outputs.files_added`, `steps.file_changes.outputs.files_removed`. - As a file on the container stored at `$HOME/files.json`, `$HOME/files_modified.json`, `$HOME/files_added.json`, `$HOME/files_removed.json`.