From 5272240bf435d04d0f49988ebe7a7a9ee8e6605a Mon Sep 17 00:00:00 2001 From: Liz MacLean <18120837+lizziemac@users.noreply.github.com> Date: Mon, 12 May 2025 15:01:31 -0400 Subject: [PATCH] Fix typo in README related to the action output of approval status --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c87544..86a2034 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ steps: ### Outputs -* `approval_status` is a string that indicates the final status of the approval. This will be either `approved` or `denied`. +* `approval-status` is a string that indicates the final status of the approval. This will be either `approved` or `denied`. ### Creating Issues in a different repository