Skip to content

Commit

Permalink
fix: unexpected inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideIadeluca committed Oct 18, 2024
1 parent ab5c127 commit aecdf7e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,11 @@ inputs:
description: Set to `true` to commit all file changes, not just files in the dist JS directory.
default: 'false'
required: false
git_actor_name:
description: The name of the git actor to use for the bundled JS output.
required: false
#default: 'flarum-bot'
git_actor_email:
description: The email of the git actor to use for the bundled JS output.
required: false
#default: '[email protected]'

0 comments on commit aecdf7e

Please sign in to comment.