Update workflow
This commit is contained in:
parent
e14ef3b543
commit
8f6cecd6c4
1 changed files with 2 additions and 1 deletions
3
.github/workflows/cpr-example-command.yml
vendored
3
.github/workflows/cpr-example-command.yml
vendored
|
@ -14,7 +14,8 @@ jobs:
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
commit-message: Add report file
|
commit-message: Add report file
|
||||||
committer: Peter Evans <peter-evans@users.noreply.github.com>
|
committer: GitHub <noreply@github.com>
|
||||||
|
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
|
||||||
title: '[Example] Add report file'
|
title: '[Example] Add report file'
|
||||||
body: |
|
body: |
|
||||||
New report
|
New report
|
||||||
|
|
Loading…
Reference in a new issue