From abed2b0575517ff3d55be3b9abd19332875349d2 Mon Sep 17 00:00:00 2001 From: Aaron Bull Schaefer Date: Fri, 23 Jan 2026 14:13:52 -0800 Subject: [PATCH] Document the required input for the tag-if-missing workflow --- docs/common.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/common.md b/docs/common.md index e782658..7345abf 100644 --- a/docs/common.md +++ b/docs/common.md @@ -175,6 +175,15 @@ Deletes GitHub Actions cache entries for the current branch. Create and push a missing SemVer tag (via [Toolbox Envy](https://github.com/EarthmanMuons/toolbox-envy) scripts). +**Inputs** + +| Name | Required | +| ------------------- | -------- | +| `toolbox_envy_bins` | true | + +The `toolbox_envy_bins` entries must exist as `bin/` in Toolbox Envy and +may be newline- or comma-separated; invalid names will fail the job. + **Required secrets** - `APP_ID`