From fb0bfeda5ff2d043dcad82c10be2db6e46086662 Mon Sep 17 00:00:00 2001 From: Liz MacLean <18120837+lizziemac@users.noreply.github.com> Date: Tue, 20 May 2025 18:17:01 -0400 Subject: [PATCH] Fix typo in README related to the action output of approval status (#181) --- 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