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
Because of the issue in #3 I need to use my own person access token. But if this action merges a pull request, it always be display that I have merged this PR.
My goal is to change the username that is displayed. Normally, you can do this with:
git config user.name "github-actions"
But the run option is now available, if you use uses in a GitHub action job.
Would be an env option, like USERNAME a good solution?
The text was updated successfully, but these errors were encountered:
Description
Because of the issue in #3 I need to use my own person access token. But if this action merges a pull request, it always be display that I have merged this PR.
My goal is to change the username that is displayed. Normally, you can do this with:
But the
run
option is now available, if you useuses
in a GitHub action job.Would be an
env
option, likeUSERNAME
a good solution?The text was updated successfully, but these errors were encountered: