Use the actual GitHub Actions bot email#1
Use the actual GitHub Actions bot email#1fregante merged 1 commit intofregante:masterfrom sitiom:patch-1
Conversation
|
The current value already works like in your screenshot, as can be seen on https://github.com/fregante/daily-version-action/releases |
However, in the commits and the commit history, it doesn't show up as expected |
|
However this email doesn't work at all, as can be seen in the live demo. I think we should drop the |
|
I wanted to ensure that my test still works on its own, so I opened #2 You can see the workflow script here: https://github.com/fregante/setup-git-user/actions/runs/758199116/workflow - name: Run Action
uses: ./
- name: Test the action by creating and deleting a commit
run: |
git commit --allow-empty --message 'git test'
git push origin HEAD:testing-branch
git push --delete origin testing-branchIt's a plain commit and push. In this PR it's failing because the user is being rejected |
Oh I see now, the |
|
Actually no, it's failing in my PR too. I'm guessing that the PR test can't push back to the repo with the included token 🤔 |
|
I'll have to disable the test on PRs. Let me merge that PR with a fix and then I'll merge this |
|
Indeed it works on |



From https://github.community/t/github-actions-bot-email-address/17204/5