diff --git a/popular_actions.go b/popular_actions.go index e34ea6cc1..2cf339470 100644 --- a/popular_actions.go +++ b/popular_actions.go @@ -269,6 +269,7 @@ var PopularActions = map[string]*ActionMetadata{ "cache-all-crates": {"cache-all-crates", false}, "cache-directories": {"cache-directories", false}, "cache-on-failure": {"cache-on-failure", false}, + "cache-provider": {"cache-provider", false}, "cache-targets": {"cache-targets", false}, "env-vars": {"env-vars", false}, "key": {"key", false}, @@ -2964,6 +2965,7 @@ var PopularActions = map[string]*ActionMetadata{ "deploy-message": {"deploy-message", false}, "enable-commit-comment": {"enable-commit-comment", false}, "enable-commit-status": {"enable-commit-status", false}, + "enable-github-deployment": {"enable-github-deployment", false}, "enable-pull-request-comment": {"enable-pull-request-comment", false}, "fails-without-credentials": {"fails-without-credentials", false}, "functions-dir": {"functions-dir", false},