Skip to content

Commit 57e9edd

Browse files
committed
Add some branding
This follows the guidance provided in https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#branding Sadly, we cannot override the icon, only companies partnering with GitHub can do that: https://i.8713187.xyzmunity/t/can-one-set-a-custom-image-icon-for-a-github-action-or-github-workflow-or-only-github-apps/17513 Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 947ebc6 commit 57e9edd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: 'Setup Git for Windows SDK'
22
description: 'Set up an environment to develop Git for Windows'
33
author: 'Johannes Schindelin'
4+
branding:
5+
icon: fast-forward
6+
color: blue
47
inputs:
58
flavor:
69
required: false

0 commit comments

Comments
 (0)