Skip to content

Commit b025c89

Browse files
committed
chore(action): add branding to action.yml
- Introduced `branding` metadata to `action.yml`. - Set the `icon` to `loader` and the `color` to `purple`. - Enhances the visual representation of the action on the GitHub Actions marketplace.
1 parent b50a742 commit b025c89

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,6 @@ runs:
5353
sh action.sh
5454
post: |
5555
sh post_action.sh
56-
56+
branding:
57+
icon: loader
58+
color: 'purple'

0 commit comments

Comments
 (0)