mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-25 20:58:05 +08:00
Update email in octokit upgrade job (#516)
This commit is contained in:
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 .
|
||||||
|
|||||||
Reference in New Issue
Block a user