1
0
mirror of https://gitea.com/gitea/act_runner synced 2026-05-06 01:37:57 +02:00

Add new CLI flag to log just the job id and not the entire job name (#1920)

* Add new CLI flag to log just the job id and not the entire job name

* Up the action test timeout to 20m from 15m
This commit is contained in:
Thomas Eddy
2023-07-19 22:45:44 +01:00
committed by GitHub
parent 4810f69367
commit 83b0a5b1f2
5 changed files with 30 additions and 10 deletions

View File

@@ -55,6 +55,7 @@ type Input struct {
replaceGheActionTokenWithGithubCom string
matrix []string
actionCachePath string
logPrefixJobID bool
}
func (i *Input) resolve(path string) string {