Skip to content

Commit

Permalink
fix(github action): use correct format for author & committer git sig…
Browse files Browse the repository at this point in the history
…ning
  • Loading branch information
iainsproat committed Jan 5, 2024
1 parent b396029 commit 3ed1280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
signoff: true # optional
author: specklebot # optional
committer: [email protected] # optional
author: specklebot <[email protected]> # optional
committer: specklebot <[email protected]> # optional
labels-for-pr: # optional
branch-for-pr: update-image-digests # optional
title-for-pr: 'chore(deps): bump image digests' # optional
Expand Down

0 comments on commit 3ed1280

Please sign in to comment.