Skip to content

Commit

Permalink
Merge pull request #21 from splunk/pwilliams-git-config
Browse files Browse the repository at this point in the history
Change GitHub user for opening PRs with GitHub action
  • Loading branch information
pauljwil authored Sep 26, 2024
2 parents ade6ea2 + 91157d1 commit e898ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:

- name: Configure git
run: |
git config user.name theletterf
git config user.email theletterf@users.noreply.github.com
git config user.name "Paul Williams"
git config user.email paulw@splunk.com
- run: ./scripts/update-all.sh
env:
Expand Down

0 comments on commit e898ec3

Please sign in to comment.