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",