From 89814ba2b67bb8cf3a887fd834aa51c5d9136d6f Mon Sep 17 00:00:00 2001 From: Ciprian Hacman Date: Wed, 11 Sep 2024 08:34:14 +0300 Subject: [PATCH] Update author and committer for update-deps.yml --- .github/workflows/update-deps.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index fd0487b6d2..5ff524ebfa 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -36,8 +36,9 @@ jobs: with: title: 'Update dependencies' commit-message: Update dependencies - committer: github-actions - author: github-actions + committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> + author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com> + signoff: false branch: dependencies/update branch-suffix: timestamp base: master