From 456b285e55be2e1d0f105565cbff814e23a96678 Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Sat, 25 Jul 2026 21:42:13 -0700 Subject: [PATCH] Document empty reaction output --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa66f76c..6de72e69 100644 --- a/README.md +++ b/README.md @@ -349,7 +349,7 @@ As seen above, we have two steps. One for a noop deploy, and one for a regular d | `fork_label` | The API label field returned for the fork | | `fork_checkout` | The console command presented in the GitHub UI to checkout a given fork locally | | `fork_full_name` | The full name of the fork in "org/repo" format | -| `initial_reaction_id` | The reaction id for the initial reaction on the trigger comment. This is empty when decorative reactions are disabled. | +| `initial_reaction_id` | The reaction id for the initial reaction on the trigger comment. This can be empty when decorative reactions are disabled or the best-effort reaction request fails. | | `initial_comment_id` | The comment id for the "Deployment Triggered 🚀" comment created by the action | | `actor_handle` | The handle of the user who triggered the action | | `global_lock_claimed` | The string "true" if the global lock was claimed | diff --git a/action.yml b/action.yml index f8a05b70..4dc9774e 100644 --- a/action.yml +++ b/action.yml @@ -251,7 +251,7 @@ outputs: environment_url: description: The environment URL detected and used for the deployment (sourced from the environment_urls input) initial_reaction_id: - description: The reaction id for the initial reaction on the trigger comment + description: The reaction id for the initial reaction on the trigger comment. This can be empty when decorative reactions are disabled or the best-effort reaction request fails initial_comment_id: description: The comment id for the "Deployment Triggered 🚀" comment created by the action actor_handle: