From 986af4017aecbadd8de31f3e7c8c2ff26a64fa30 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 01:53:14 +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 aa9ee28aa..4687f98bd 100644 --- a/popular_actions.go +++ b/popular_actions.go @@ -369,6 +369,10 @@ var PopularActions = map[string]*ActionMetadata{ "submodules": {"submodules", false}, "token": {"token", false}, }, + Outputs: ActionMetadataOutputs{ + "commit": {"commit"}, + "ref": {"ref"}, + }, }, "actions/configure-pages@v1": { Name: "Configure GitHub Pages",