Skip to content

Commit

Permalink
Merge pull request #6 from factorhouse/remove-operatr-email
Browse files Browse the repository at this point in the history
Update CI email
  • Loading branch information
wavejumper authored May 17, 2024
2 parents 60e0832 + 6cafa66 commit 0374436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
aws s3 cp docs/releases-flex-ee.edn s3://${{ secrets.RELEASES_BUCKET }}/releases-flex-ee.edn --cache-control no-cache --content-type application/edn
- name: Commit
run: |
git config --global user.email "support@operatr.io"
git config --global user.email "support@factorhouse.io"
git config --global user.name "Flex CI"
git commit -am "Release Enterprise ${{github.event.inputs.version}}"
- name: Tag
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_ce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
aws s3 cp docs/releases-flex-ce.edn s3://${{ secrets.RELEASES_BUCKET }}/releases-flex-ce.edn --cache-control no-cache --content-type application/edn
- name: Commit
run: |
git config --global user.email "support@operatr.io"
git config --global user.email "support@factorhouse.io"
git config --global user.name "Flex CI"
git commit -am "Release Community ${{github.event.inputs.version}}"
- name: Tag
Expand Down

0 comments on commit 0374436

Please sign in to comment.