mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-03 12:22:57 +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: |
|
run: |
|
||||||
if [[ "$(git status --porcelain)" != "" ]]; then
|
if [[ "$(git status --porcelain)" != "" ]]; then
|
||||||
echo "::set-output name=createPR::true"
|
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 config --global user.name "github-actions[bot]"
|
||||||
git checkout -b bots/updateGitHubDependencies-${{github.run_number}}
|
git checkout -b bots/updateGitHubDependencies-${{github.run_number}}
|
||||||
git add .
|
git add .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user