Skip to content

Commit 956ee22

Browse files
committed
Fix CI GitHub icon reference
1 parent 39a24b0 commit 956ee22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ resource_types:
8585
resources:
8686
- name: git-repo
8787
type: git
88-
icon: github-circle
88+
icon: github
8989
source:
9090
<<: *git-repo-resource-source
9191
- name: git-repo-windows
9292
type: git
93-
icon: github-circle
93+
icon: github
9494
source:
9595
<<: *git-repo-resource-source
9696
git_config:
@@ -122,7 +122,7 @@ resources:
122122
pre_release: false
123123
- name: ci-images-git-repo
124124
type: git
125-
icon: github-circle
125+
icon: github
126126
source:
127127
uri: ((github-repo))
128128
branch: ((branch))

0 commit comments

Comments
 (0)