diff --git a/src/tasks/gitea/gitea.ts b/src/tasks/gitea/gitea.ts index 61a84c26..7ca4a376 100644 --- a/src/tasks/gitea/gitea.ts +++ b/src/tasks/gitea/gitea.ts @@ -237,7 +237,7 @@ export default async function main(): Promise { // add repo: otomi/charts to the team: otomi-viewer await doApiCall( errors, - `Adding repo values to team otomi-viewer`, + `Adding repo charts to team otomi-viewer`, () => repoApi.repoAddTeam(orgName, 'charts', 'otomi-viewer'), 422, )