Skip to content

Commit 07061a7

Browse files
committed
Add branding
1 parent 9eb81b4 commit 07061a7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

action.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: Configure GitHub Actions Bot
2-
description: Configures Git user.name and user.email for GitHub Actions.
1+
name: Setup GitHub Actions Bot
2+
description: Configures Git user.name and user.email for GitHub Actions, allowing commits and other Git operations to be attributed correctly.
33

44
runs:
55
using: composite
@@ -9,3 +9,7 @@ runs:
99
run: |
1010
git config --global user.name 'github-actions[bot]'
1111
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
12+
13+
branding:
14+
icon: terminal
15+
color: yellow

0 commit comments

Comments
 (0)