Merge branch '5.8.x' into 6.1.x
This commit is contained in:
commit
712595b3a3
|
@ -1,7 +1,6 @@
|
||||||
name: Merge Dependabot PR
|
name: Merge Dependabot PR
|
||||||
|
|
||||||
on:
|
on: pull_request_target
|
||||||
pull_request:
|
|
||||||
|
|
||||||
run-name: Merge Dependabot PR ${{ github.ref_name }}
|
run-name: Merge Dependabot PR ${{ github.ref_name }}
|
||||||
|
|
||||||
|
@ -17,6 +16,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
show-progress: false
|
show-progress: false
|
||||||
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
|
|
||||||
- uses: actions/setup-java@v4
|
- uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue