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
When we use this action to make a PR, even when we set author, the commit author appears to be set to web-flow? We have no idea where this comes from:
Steps to reproduce
Here's out workflow config:
- uses: peter-evans/create-pull-request@v5with:
author: "GitHub <[email protected]>"branch: update-symfonycommit-message: Update Symfonydelete-branch: truebody: | Created automatically by `.github/workflows/update-symfony.yml` This PR will be automatically updated daily if there are more changes. > **Warning** > Closing this PR without merging in the changes will cause it to regenerate tomorrow# Required due to GitHub's restriction of stopping GitHub Actions workflows triggering other workflows# https://github.com/orgs/community/discussions/25702token: ${{ secrets.XXXX }}title: Update Symfony
The text was updated successfully, but these errors were encountered:
Sorry I mistaken. After the looking at the screenshot again I can see its the commit UI on GitHub, so it does seems to be suggesting that web-flow is set as the git committer. However, the committer has a default, so I'm not really sure how that occurred.
If can't really tell without more information. A link to the workflow run or the workflow log would be useful.
Commit author is
web-flow
?When we use this action to make a PR, even when we set
author
, the commit author appears to be set toweb-flow
? We have no idea where this comes from:Steps to reproduce
Here's out workflow config:
The text was updated successfully, but these errors were encountered: