mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-07 09:48:59 +08:00
Update email in octokit upgrade job (#516)
This commit is contained in:
parent
95a10d23fa
commit
7e1c59c51e
2
.github/workflows/update-github.yaml
vendored
2
.github/workflows/update-github.yaml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
run: |
|
||||
if [[ "$(git status --porcelain)" != "" ]]; then
|
||||
echo "::set-output name=createPR::true"
|
||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||
git config --global user.email "github-actions@github.com"
|
||||
git config --global user.name "github-actions[bot]"
|
||||
git checkout -b bots/updateGitHubDependencies-${{github.run_number}}
|
||||
git add .
|
||||
|
Loading…
x
Reference in New Issue
Block a user