From 2d067695679efa0766604061b1be2f014e6c22b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 01:49:12 +0000 Subject: [PATCH] update generated files by `go generate` on CI --- popular_actions.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/popular_actions.go b/popular_actions.go index 800bf7e87..4aa8ad1dd 100644 --- a/popular_actions.go +++ b/popular_actions.go @@ -381,6 +381,7 @@ var PopularActions = map[string]*ActionMetadata{ "exclude-labels": {"exclude-labels", false}, "inactive-day": {"inactive-day", false}, "inactive-label": {"inactive-label", false}, + "inactive-mode": {"inactive-mode", false}, "issue-assignee": {"issue-assignee", false}, "issue-creator": {"issue-creator", false}, "issue-emoji": {"issue-emoji", false}, @@ -2673,6 +2674,9 @@ var PopularActions = map[string]*ActionMetadata{ "allow-snapshots": {"allow-snapshots", false}, "min-wrapper-count": {"min-wrapper-count", false}, }, + Outputs: ActionMetadataOutputs{ + "failed-wrapper": {"failed-wrapper"}, + }, }, "haskell/actions/setup@v1": { Name: "Setup Haskell",