WIP. Create action to publish on gitea server

Signed-off-by: cmoulliard <cmoulliard@redhat.com>
This commit is contained in:
cmoulliard
2023-12-15 15:23:26 +01:00
parent 211ec25212
commit f6426a32f9
4 changed files with 117 additions and 42 deletions
@@ -92,6 +92,10 @@ export const parseRepoUrl = (
}
break;
}
case 'gitea': {
checkRequiredParams(parsed, 'repo');
break;
}
case 'gerrit': {
checkRequiredParams(parsed, 'repo');
break;