Skip to content

Commit

Permalink
ci: properly set Github committer
Browse files Browse the repository at this point in the history
  • Loading branch information
gotmax23 committed Dec 2, 2023
1 parent 8e73313 commit 8a26b96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/commit-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
path: test_results
- name: Set up git committer
run: |
git config user.name "Github Actions"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "Github Actions"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Checkout ansible-build-data
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -102,8 +102,8 @@ jobs:
token: "${{ github.token }}"
- name: Set up git committer
run: |
git config user.name "Github Actions"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "Github Actions"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Download patches
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 8a26b96

Please sign in to comment.