We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb81b4 commit 07061a7Copy full SHA for 07061a7
action.yml
@@ -1,5 +1,5 @@
1
-name: Configure GitHub Actions Bot
2
-description: Configures Git user.name and user.email for GitHub Actions.
+name: Setup GitHub Actions Bot
+description: Configures Git user.name and user.email for GitHub Actions, allowing commits and other Git operations to be attributed correctly.
3
4
runs:
5
using: composite
@@ -9,3 +9,7 @@ runs:
9
run: |
10
git config --global user.name 'github-actions[bot]'
11
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
12
+
13
+branding:
14
+ icon: terminal
15
+ color: yellow
0 commit comments