Add tagging_message input option

This commit is contained in:
Stefan Zweifel
2020-03-05 20:31:06 +01:00
parent d4a53f1779
commit 3387b2f267
3 changed files with 18 additions and 0 deletions

View File

@@ -38,6 +38,9 @@ Add the following step at the end of your job.
commit_user_name: My GitHub Actions Bot
commit_user_email: my-github-actions-bot@example.org
commit_author: Author <actions@gitub.com>
# Optional. If value is set, the commit will be tagged with the given value
tagging_message: 'v1.0.0'
```
The Action will only commit files back, if changes are available. The resulting commit **will not trigger** another GitHub Actions Workflow run!