feat: update author and committer input defaults

* Update github-actions[bot]

* Update author to new email format
This commit is contained in:
Teko 2023-04-12 10:07:30 +02:00 committed by Peter Evans
parent bb809027fd
commit 29b01ba960
4 changed files with 10 additions and 10 deletions

View file

@ -68,8 +68,8 @@ jobs:
uses: ./
with:
commit-message: '[CI] test ${{ matrix.target }}'
committer: GitHub <noreply@github.com>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
title: '[CI] test ${{ matrix.target }}'
body: |
- CI test case for target '${{ matrix.target }}'