You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous configuration worked if commits were done manually with a `git commit ...` but the [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) action will use the GitHub Actions bot as committer and the user that triggered the workflow as author if `committer` and `author` are not given as inputs.
Fixes#132GUS-W-14041925.
The commit signing configuration shown below doesn't work as expected with peter-evans/create-pull-request:
Instead, this should be configured using the
committer
andauthor
inputs on the peter-evans/create-pull-request action. E.g.;GUS-W-14041925.
The text was updated successfully, but these errors were encountered: