From b4e55eaef9657c5e5398fde946041f2299e6d197 Mon Sep 17 00:00:00 2001 From: Iain Sproat <68657+iainsproat@users.noreply.github.com> Date: Fri, 5 Jan 2024 12:03:34 +0000 Subject: [PATCH] fix(github action): use correct format for author & committer git signing (#1938) --- .github/workflows/update-images.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-images.yml b/.github/workflows/update-images.yml index 74447b795..f06f63d02 100644 --- a/.github/workflows/update-images.yml +++ b/.github/workflows/update-images.yml @@ -23,8 +23,8 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} signoff: true # optional - author: specklebot # optional - committer: devops@speckle.systems # optional + author: specklebot # optional + committer: specklebot # optional labels-for-pr: # optional branch-for-pr: update-image-digests # optional title-for-pr: 'chore(deps): bump image digests' # optional