mirror of https://github.com/actions/toolkit
Update email in octokit upgrade job (#516)
parent
95a10d23fa
commit
7e1c59c51e
|
@ -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…
Reference in New Issue