* fix #128: guard against empty actionName when 'uses: ./' * fix #129 - force image name to be lowercase
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user