Skip to content

Commit

Permalink
Update generate_baseline_profile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsitoPuglisi authored Nov 23, 2023
1 parent 23d4ff5 commit a812aec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_baseline_profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
# Commits the generated Baseline Profile to your origin/remote
- name: Commit Baseline Profiles
run: |
git config --global user.name 'Baseline Profiles - GitHub Actions'
git config --global user.email 'github@actions'
git config --global user.name 'embrace-ci[bot]'
git config --global user.email 'embrace-ci@users.noreply.github.com'
git add embrace-android-sdk/src/main/baseline-prof.txt
git commit -m "Generate baseline profiles"
git push
Expand Down

0 comments on commit a812aec

Please sign in to comment.