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:
Federico Grandi
2019-12-29 20:19:06 +01:00
committed by GitHub
parent df80e1746f
commit aa1a8cef82
3 changed files with 42 additions and 1 deletions

View File

@@ -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