Skip to content

Commit

Permalink
update GH integration name
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimgusev-codefresh authored Feb 17, 2021
1 parent 41b35dd commit e94aa48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codefresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ steps:
type: git-clone
repo: "${{CF_REPO_OWNER}}/${{CF_REPO_NAME}}"
revision: "${{CF_REVISION}}"
git: github
git: cf_github

go_fmt:
title: 'Formatting'
Expand Down Expand Up @@ -40,4 +40,4 @@ steps:
when:
condition:
all:
release: "'${{RELEASE}}' == 'true'"
release: "'${{RELEASE}}' == 'true'"

0 comments on commit e94aa48

Please sign in to comment.