Skip to content

Commit

Permalink
Add author input to action metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
hozlucas28 committed Jan 26, 2024
1 parent 1cce921 commit e049e1b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ runs:
main: 'main.js'

inputs:
author:
description: 'Name of the user who created the pull request'
required: true
committed-files:
description: 'Committed files of the pull request'
required: true

0 comments on commit e049e1b

Please sign in to comment.