Skip to content

Commit b6bafa9

Browse files
committed
fix(action): add icon & color branding
finally found the docs for icon and color back to my actions: https://help.github.com/en/articles/metadata-syntax-for-github-actions#branding
1 parent 91632f8 commit b6bafa9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Create or Update Pull Request
22
description: "A GitHub Action to create or update a pull request based on local changes"
3-
icon: "git-pull-request"
4-
color: purple
3+
branding:
4+
icon: "git-pull-request"
5+
color: purple
56
inputs:
67
title:
78
description: "Pull Request title"

0 commit comments

Comments
 (0)