Add commit_author input option

This commit is contained in:
Stefan Zweifel
2020-02-04 21:02:40 +01:00
parent d47024e59c
commit 0822a9b930
2 changed files with 5 additions and 1 deletions

View File

@@ -29,6 +29,10 @@ inputs:
description: Email address used for the commit user
required: false
default: actions@github.com
commit_author:
description: Value used for the commit author
required: false
default: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
runs:
using: 'docker'