Skip to content

Commit 7e4e32c

Browse files
committed
chore(action.yml): update action name, description, author, and repository information
style(action.yml): update branding color and add additional keywords style(action.yml): update GitHub Token description and specify node version to use The action name, description, author, and repository information have been updated to better reflect the purpose and ownership of the GitWiz action. The branding color has been changed to purple, and additional keywords related to the action have been added for better discoverability. The GitHub Token description has been capitalized for consistency, and the node version to use has been updated to node18 for compatibility.
1 parent 07c52fc commit 7e4e32c

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

action.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: 'GitWiz — improve commits with AI 🧙'
2-
description: 'Replaces lame commit messages with meaningful AI-generated messages when you push to remote'
3-
author: 'https://github.com/di-sukharev'
4-
repo: 'https://github.com/SHSharkar/gitwz/tree/github-action'
1+
name: 'GitWiz — Use AI to Enhance Your Git Commits'
2+
description: 'Automate commit messages with meaningful AI-generated messages.'
3+
author: 'https://github.com/SHSharkar'
4+
repo: 'https://github.com/SHSharkar/gitwz'
55
branding:
66
icon: 'git-commit'
7-
color: 'green'
7+
color: 'purple'
88
keywords:
99
[
1010
'git',
@@ -16,14 +16,16 @@ keywords:
1616
'aicommit',
1717
'aicommits',
1818
'gptcommit',
19+
'gitwz',
20+
'gitwiz',
1921
'commit'
2022
]
2123

2224
inputs:
2325
GITHUB_TOKEN:
24-
description: 'GitHub token'
26+
description: 'GitHub Token'
2527
required: true
2628

2729
runs:
28-
using: 'node16'
30+
using: 'node18'
2931
main: 'out/github-action.cjs'

0 commit comments

Comments
 (0)