* fix #128: guard against empty actionName when 'uses: ./' * fix #129 - force image name to be lowercase
Этот коммит содержится в:
@@ -238,7 +238,7 @@ func NewGitCloneExecutor(input NewGitCloneExecutorInput) Executor {
|
||||
Force: true,
|
||||
})
|
||||
if err != nil && err.Error() != "already up-to-date" {
|
||||
logger.Errorf("Unable to pull %s: %v", refName, err)
|
||||
logger.Debugf("Unable to pull %s: %v", refName, err)
|
||||
}
|
||||
logger.Debugf("Cloned %s to %s", input.URL, input.Dir)
|
||||
|
||||
|
Ссылка в новой задаче
Block a user