Skip to content

Commit

Permalink
Update email in octokit upgrade job (actions#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
thboop authored Jul 14, 2020
1 parent 95a10d2 commit 7e1c59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 7e1c59c

Please sign in to comment.