Skip to content

Commit

Permalink
Fix email used by commits made using GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt committed Apr 26, 2021
1 parent eae48fe commit ebf7339
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-alpine-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Commit
id: commit
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
git add deps/aports/{main,community}/x86/index.txt
git commit -m "Update Alpine repositories"
# TODO add a summary of changes in the commit description
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upload-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
pip3 install meson
brew install ninja
bundle install
git config user.name github-actions
git config user.email github-actions@github.cog
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- name: Fastlane
timeout-minutes: 720
Expand Down

0 comments on commit ebf7339

Please sign in to comment.