mirror of https://github.com/kubernetes/kops.git
Update author and committer for update-deps.yml
This commit is contained in:
parent
bf964e5ab6
commit
89814ba2b6
|
@ -36,8 +36,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
title: 'Update dependencies'
|
title: 'Update dependencies'
|
||||||
commit-message: Update dependencies
|
commit-message: Update dependencies
|
||||||
committer: github-actions <actions@github.com>
|
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
||||||
author: github-actions <actions@github.com>
|
author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
|
||||||
|
signoff: false
|
||||||
branch: dependencies/update
|
branch: dependencies/update
|
||||||
branch-suffix: timestamp
|
branch-suffix: timestamp
|
||||||
base: master
|
base: master
|
||||||
|
|
Loading…
Reference in New Issue