We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b35dd commit e94aa48Copy full SHA for e94aa48
codefresh.yml
@@ -10,7 +10,7 @@ steps:
10
type: git-clone
11
repo: "${{CF_REPO_OWNER}}/${{CF_REPO_NAME}}"
12
revision: "${{CF_REVISION}}"
13
- git: github
+ git: cf_github
14
15
go_fmt:
16
title: 'Formatting'
@@ -40,4 +40,4 @@ steps:
40
when:
41
condition:
42
all:
43
- release: "'${{RELEASE}}' == 'true'"
+ release: "'${{RELEASE}}' == 'true'"
0 commit comments