This commit is contained in:
钟孟捷
2023-03-19 18:16:00 +08:00
parent 4cffd8ef7a
commit 53f925bd99

View File

@@ -99,7 +99,7 @@ if DDAL_EMAIL and DDAL_PASSWORD:
alias = 'config'
alias_sc = 'dler'
else:
repo = GITHUB_REPOSITORY.replace('/', '-')
repo = '-'.join(re_ddal_alias.findall(GITHUB_REPOSITORY))
alias = f"gh-{repo}"
alias_sc = f"gh-{repo}-sc"