Add cwd option (#15)
* Add cwd option * Commit dist files * Debugging * Remove modules * Update docs * Remove debugging command * Minor formatting change
This commit is contained in:
@@ -8,6 +8,10 @@ inputs:
|
||||
author_email:
|
||||
description: The email of the user that will be displayed as the author of the commit
|
||||
required: false
|
||||
cwd:
|
||||
description: The directory where your repository is located. You should use actions/checkout first to set it up
|
||||
required: false
|
||||
default: "."
|
||||
force:
|
||||
description: Whether to use the force option on git add, in order to bypass eventual gitignores
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user