Use relative path for PR action (#2189)

This commit is contained in:
Josh Mock
2024-03-27 12:53:46 -05:00
committed by GitHub
parent c7cbe941db
commit d584836399

View File

@ -43,7 +43,7 @@ jobs:
- uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
path: $GITHUB_WORKSPACE/serverless
path: serverless
title: 'Apply patch from elastic/elasticsearch-js#${{ github.event.pull_request.number }}'
commit-message: 'Apply patch from elastic/elasticsearch-js#${{ github.event.pull_request.number }}'
branch-suffix: short-commit-hash