Skip to content

Commit

Permalink
Add git user details
Browse files Browse the repository at this point in the history
  • Loading branch information
johnaohara committed Jun 14, 2024
1 parent 1fad804 commit 1bbbd45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
run: ~/yq -i e '.on.push.branches |= [ "master", '${{ env.NEXT_VERSION }}' ]' .github/workflows/notify-clients.yaml
- name: Commit main branch changes
run: |
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "username@users.noreply.github.com"
git config --global user.name "rh-appservices-perf"
git config --global user.email "rh-appservices-perf@users.noreply.github.com"
git commit -a -m "Next is ${{ env.NEXT_VERSION }}"
# - name: push branches
# run: |
Expand Down

0 comments on commit 1bbbd45

Please sign in to comment.