Skip to content

Commit e94aa48

Browse files
update GH integration name
1 parent 41b35dd commit e94aa48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codefresh.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ steps:
1010
type: git-clone
1111
repo: "${{CF_REPO_OWNER}}/${{CF_REPO_NAME}}"
1212
revision: "${{CF_REVISION}}"
13-
git: github
13+
git: cf_github
1414

1515
go_fmt:
1616
title: 'Formatting'
@@ -40,4 +40,4 @@ steps:
4040
when:
4141
condition:
4242
all:
43-
release: "'${{RELEASE}}' == 'true'"
43+
release: "'${{RELEASE}}' == 'true'"

0 commit comments

Comments
 (0)