Skip to content

Commit 6f48e56

Browse files
committed
fix: shorten action description for Marketplace
Updates the action's description to be under `125` characters as per GitHub Marketplace requirement.
1 parent 07061a7 commit 6f48e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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.
2+
description: Configures Git user.name and user.email for GitHub Actions bot for correct attribution of commits and operations.
33

44
runs:
55
using: composite

0 commit comments

Comments
 (0)