From efc82bde30ca9c001504b2220708ff44e0d82a65 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 13 Mar 2025 11:32:38 +0100 Subject: [PATCH] feat: add ActionGithubRepositoryCreateOrUpdate to Availableactions --- services/actions.go | 1 + 1 file changed, 1 insertion(+) 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,