Stop creating a branch before applying patch (#2191)
This commit is contained in:
1
.github/workflows/serverless-patch.sh
vendored
1
.github/workflows/serverless-patch.sh
vendored
@ -16,7 +16,6 @@ git config --global user.name "Elastic Machine"
|
||||
|
||||
# apply patch file
|
||||
cd "$GITHUB_WORKSPACE/serverless"
|
||||
git checkout -b "apply-patch-$pull_request_id"
|
||||
git am -C1 --reject /tmp/patch.diff || git am --quit
|
||||
|
||||
# generate PR body comment
|
||||
|
||||
Reference in New Issue
Block a user