File tree Expand file tree Collapse file tree 4 files changed +15
-22
lines changed Expand file tree Collapse file tree 4 files changed +15
-22
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1212 src-only : " ${{ steps.changes.outputs.src-only }}"
1313 steps :
1414 - uses : actions/checkout@v4
15+ with :
16+ persist-credentials : false
1517 - uses : dorny/paths-filter/@v3.0.2
1618 id : changes
1719 with :
3537
3638 steps :
3739 - uses : actions/checkout@v4
40+ with :
41+ persist-credentials : false
3842
3943 - name : Use Node.js ${{ matrix.node-version }}
4044 uses : actions/setup-node@v4
5963
6064 steps :
6165 - uses : actions/checkout@v4
66+ with :
67+ persist-credentials : false
6268
6369 - name : Use Node.js
6470 uses : actions/setup-node@v4
8793
8894 steps :
8995 - uses : actions/checkout@v4
96+ with :
97+ persist-credentials : false
9098
9199 - name : Use Bun
92100 uses : oven-sh/setup-bun@v2
Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v4
1616 with :
17+ persist-credentials : false
1718 ref : ${{ github.event.inputs.branch }}
1819 - uses : actions/setup-node@v4
1920 with :
Original file line number Diff line number Diff line change @@ -28,12 +28,14 @@ jobs:
2828 steps :
2929 - uses : actions/checkout@v4
3030 with :
31+ persist-credentials : false
3132 repository : elastic/elasticsearch-js
3233 ref : main
3334 path : stack
3435 fetch-depth : 0
3536 - uses : actions/checkout@v4
3637 with :
38+ persist-credentials : false
3739 repository : elastic/elasticsearch-serverless-js
3840 ref : main
3941 path : serverless
4446 with :
4547 token : ${{ secrets.GH_TOKEN }}
4648 path : serverless
47- title : ' Apply patch from elastic/elasticsearch-js#${{ github.event.pull_request.number }}'
48- commit-message : ' Apply patch from elastic/elasticsearch-js#${{ github.event.pull_request.number }}'
49+ title : " Apply patch from elastic/elasticsearch-js#${{ github.event.pull_request.number }}"
50+ commit-message : " Apply patch from elastic/elasticsearch-js#${{ github.event.pull_request.number }}"
4951 body-path : /tmp/pr_body
50- draft : ' ${{ steps.apply-patch.outputs.PR_DRAFT }}'
51- add-paths : ' :!*.rej'
52+ draft : " ${{ steps.apply-patch.outputs.PR_DRAFT }}"
53+ add-paths : " :!*.rej"
You can’t perform that action at this time.
0 commit comments