From 956ee223be2b59f402afd5155e2c88480bfc0074 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 25 Sep 2020 12:10:18 -0700 Subject: [PATCH] Fix CI GitHub icon reference --- ci/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 757b3c64c4e..3c3db725e6d 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -85,12 +85,12 @@ resource_types: resources: - name: git-repo type: git - icon: github-circle + icon: github source: <<: *git-repo-resource-source - name: git-repo-windows type: git - icon: github-circle + icon: github source: <<: *git-repo-resource-source git_config: @@ -122,7 +122,7 @@ resources: pre_release: false - name: ci-images-git-repo type: git - icon: github-circle + icon: github source: uri: ((github-repo)) branch: ((branch))