Add "repository" option for custom repository path

This commit is contained in:
Ivan Yelizariev
2019-12-10 17:02:34 +05:00
parent d338d7dd00
commit d3ceacae7d
3 changed files with 13 additions and 0 deletions

View File

@@ -23,6 +23,10 @@ Add the following step at the end of your job.
# Optional glob pattern of files which should be added to the commit
file_pattern: src/\*.js
# Optional repository path
repository: .
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```