fix(github action): use correct format for author & committer git signing (#1938)

This commit is contained in:
Iain Sproat
2024-01-05 12:03:34 +00:00
committed by GitHub
parent b396029cf6
commit b4e55eaef9
+2 -2
View File
@@ -23,8 +23,8 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
signoff: true # optional
author: specklebot # optional
committer: devops@speckle.systems # optional
author: specklebot <devops@speckle.systems> # optional
committer: specklebot <devops@speckle.systems> # optional
labels-for-pr: # optional
branch-for-pr: update-image-digests # optional
title-for-pr: 'chore(deps): bump image digests' # optional