mirror of
https://code.forgejo.org/actions/git-backporting.git
synced 2025-05-17 02:59:13 -04:00
chore: update readme
This commit is contained in:
parent
cfc8e22d48
commit
7f9276f15b
5 changed files with 11 additions and 2 deletions
|
@ -25,6 +25,7 @@ export default class GitServiceFactory {
|
|||
* @param type git management service type
|
||||
* @param auth authentication, like github token
|
||||
*/
|
||||
// TODO rename to getOrCreate
|
||||
public static init(type: GitServiceType, auth: string): void {
|
||||
|
||||
if (GitServiceFactory.instance) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue