Fix GitHub icon in build pipeline

This commit is contained in:
Brian Clozel 2020-10-16 15:29:50 +02:00
parent 6d4b286b1a
commit 0df6d60fea
1 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ resource_types:
resources:
- name: git-repo
type: git
icon: github-circle
icon: github
source:
uri: ((github-repo))
username: ((github-username))
@ -70,7 +70,7 @@ resources:
location: Europe/Vienna
- name: ci-images-git-repo
type: git
icon: github-circle
icon: github
source:
uri: ((github-repo))
branch: ((branch))