Using github-actions for pushing assets to "release" branch
According to the discussions, the email for github-actions is [user-id]+[user-name]@users.noreply.github.com . It's also worked for personal private email address(with the same rule)
The [user-id] for github-actions could be found here. Replace the [user-name] with your own to get your own [user-id].
Using github-actions for pushing assets to "release" branch
According to the discussions, the email for github-actions is
[user-id]+[user-name]@users.noreply.github.com
. It's also worked for personal private email address(with the same rule)The
[user-id]
for github-actions could be found here. Replace the[user-name]
with your own to get your own[user-id]
.The following is a test I did. Test repo here