From 5ae8b010cbd83442a9dde4b2fc077ceffd17a61f Mon Sep 17 00:00:00 2001 From: Eden Zimbelman Date: Mon, 4 Nov 2024 10:36:11 -0800 Subject: [PATCH] docs(fix): make output attribute descriptions read in a written way Co-authored-by: Fil Maj --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 5962b94..a53d64f 100644 --- a/action.yml +++ b/action.yml @@ -38,9 +38,9 @@ inputs: required: false outputs: time: - description: "The Unix epoch time that the job completed" + description: "The Unix epoch time that the step completed" ok: - description: "If the requested completed without errors" + description: "If the request completed without errors" channel_id: description: "The channel ID of a message posted using a token" response: