Skip to content

Commit e049e1b

Browse files
committed
Add author input to action metadata
1 parent 1cce921 commit e049e1b

File tree

1 file changed

+3
-0
lines changed
  • .github/actions/pull-requests/check-committed-files

1 file changed

+3
-0
lines changed

.github/actions/pull-requests/check-committed-files/action.yml

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ runs:
88
main: 'main.js'
99

1010
inputs:
11+
author:
12+
description: 'Name of the user who created the pull request'
13+
required: true
1114
committed-files:
1215
description: 'Committed files of the pull request'
1316
required: true

0 commit comments

Comments
 (0)