Skip to content

Commit eb86f8a

Browse files
authored
Update action.yml with description
1 parent a996b3a commit eb86f8a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: Contrib metadata check
1+
name: Contributors metadata check
2+
description: contrib-checker checks if code contributors are properly listed in metadata files such as CITATION.cff and codemeta.json based on the git history
23

34
inputs:
45
github_token:
@@ -44,4 +45,4 @@ runs:
4445
PR_HEAD_SHA: ${{ github.event.pull_request.head.sha }}
4546
ACTION_MODE: ${{ inputs.mode }}
4647
ACTION_IGNORE_EMAILS: ${{ inputs.ignore_emails }}
47-
ACTION_IGNORE_LOGINS: ${{ inputs.ignore_logins }}
48+
ACTION_IGNORE_LOGINS: ${{ inputs.ignore_logins }}

0 commit comments

Comments
 (0)