Add committer identity to serverless patch action (#2182)

This commit is contained in:
Josh Mock
2024-03-27 09:39:19 -05:00
committed by GitHub
parent 2721008867
commit 3ad00b4a9f

View File

@ -37,6 +37,10 @@ jobs:
repository: elastic/elasticsearch-serverless-js
ref: main
path: serverless
- name: Set Git user
run: |
git config --global user.name "Elastic Machine"
git confit --global user.email "elasticmachine@users.noreply.github.com"
- name: Apply patch from stack to serverless
run: |
$GITHUB_WORKSPACE/stack/.github/workflows/serverless-patch.sh