mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 11:06:56 +08:00
Merge remote-tracking branch 'github/main' into dev
This commit is contained in:
@@ -70,7 +70,7 @@ def GetListOfArtifacts(argv, files):
|
|||||||
if len(flist) < 1:
|
if len(flist) < 1:
|
||||||
stdout.flush()
|
stdout.flush()
|
||||||
raise (Exception("Empty list of files to upload/update!"))
|
raise (Exception("Empty list of files to upload/update!"))
|
||||||
return flist
|
return sorted(flist)
|
||||||
|
|
||||||
|
|
||||||
def GetGitHubAPIHandler(token):
|
def GetGitHubAPIHandler(token):
|
||||||
|
|||||||
Reference in New Issue
Block a user