diff --git a/services/actions.go b/services/actions.go index c97d9e5..6d893d3 100644 --- a/services/actions.go +++ b/services/actions.go @@ -38,6 +38,7 @@ var AvailableActions = []string{ ActionGithubIssueCloser, ActionGithubIssueSearcher, ActionGithubRepositoryGet, + ActionGithubRepositoryCreateOrUpdate, ActionScraper, ActionBrowse, ActionWikipedia,