Skip to content

Commit c8b47f2

Browse files
ci: fix data plan fetch commit action (#48)
1 parent 378ca56 commit c8b47f2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/sync-higgs-shop-data-plan.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
runs-on: ubuntu-latest
2222
needs: fetch-data-plan
2323
env:
24-
GIT_AUTHOR_NAME: mparticle-bot
24+
GIT_AUTHOR_NAME: mparticle-automation
2525
GIT_AUTHOR_EMAIL: [email protected]
26-
GIT_COMMITTER_NAME: mparticle-bot
26+
GIT_COMMITTER_NAME: mparticle-automation
2727
GIT_COMMITTER_EMAIL: [email protected]
2828
steps:
2929
- name: Checkout
@@ -51,9 +51,9 @@ jobs:
5151
commit_message: "chore: update Higgs Shop Data Plan"
5252
branch: chore/data-plan-update-${{ github.run_number }}
5353
create_branch: true
54-
commit_user_name: mparticle-bot
55-
commit_author_email: [email protected]
56-
commit_author: mparticle-bot
54+
commit_user_name: mparticle-automation
55+
commit_user_email: [email protected]
56+
commit_author: mparticle-automation <[email protected]>
5757
file_pattern: core-sdk-samples/higgs-shop-sample-app/dataplans/*
5858

5959
- name: Open Pull Request

0 commit comments

Comments
 (0)