Skip to content

Commit

Permalink
ci: sign commits in PRs of updater
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Sep 27, 2024
1 parent 56ccc9e commit 0cbe014
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-eea-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ jobs:
author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
committer: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
commit-message: "chore: Update EEA ${{ github.event.inputs.library && format('{0} ', github.event.inputs.library) || '' }}files"
signoff: true
sign-commits: true
body: ${{ steps.eea_updates.outputs.updates }}
add-paths: libraries
branch: ${{ github.event.inputs.library && format('eea_{0}_updates', github.event.inputs.library) || 'eea_updates' }}
Expand Down

0 comments on commit 0cbe014

Please sign in to comment.