mirror of https://github.com/docker/compose.git
ci(docs): use push-to-fork when creating pr
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
dcf086c3c8
commit
e1e8c37885
|
@ -40,6 +40,7 @@ jobs:
|
||||||
uses: peter-evans/create-pull-request@923ad837f191474af6b1721408744feb989a4c27 # v4.0.4
|
uses: peter-evans/create-pull-request@923ad837f191474af6b1721408744feb989a4c27 # v4.0.4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GHPAT_DOCS_DISPATCH }}
|
token: ${{ secrets.GHPAT_DOCS_DISPATCH }}
|
||||||
|
push-to-fork: docker-tools-robot/docker.github.io
|
||||||
commit-message: Update Compose reference API to ${{ github.event.release.name }}
|
commit-message: Update Compose reference API to ${{ github.event.release.name }}
|
||||||
signoff: true
|
signoff: true
|
||||||
branch: dispatch/compose-api-reference-${{ github.event.release.name }}
|
branch: dispatch/compose-api-reference-${{ github.event.release.name }}
|
||||||
|
@ -47,5 +48,4 @@ jobs:
|
||||||
title: Update Compose reference API to ${{ github.event.release.name }}
|
title: Update Compose reference API to ${{ github.event.release.name }}
|
||||||
body: |
|
body: |
|
||||||
Update the Compose reference API documentation to keep in sync with the latest release `${{ github.event.release.name }}`
|
Update the Compose reference API documentation to keep in sync with the latest release `${{ github.event.release.name }}`
|
||||||
labels: area/Compose
|
|
||||||
draft: false
|
draft: false
|
||||||
|
|
Loading…
Reference in New Issue