We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcf086c + e1e8c37 commit 60621dcCopy full SHA for 60621dc
.github/workflows/docs.yml
@@ -40,12 +40,12 @@ jobs:
40
uses: peter-evans/create-pull-request@923ad837f191474af6b1721408744feb989a4c27 # v4.0.4
41
with:
42
token: ${{ secrets.GHPAT_DOCS_DISPATCH }}
43
+ push-to-fork: docker-tools-robot/docker.github.io
44
commit-message: Update Compose reference API to ${{ github.event.release.name }}
45
signoff: true
46
branch: dispatch/compose-api-reference-${{ github.event.release.name }}
47
delete-branch: true
48
title: Update Compose reference API to ${{ github.event.release.name }}
49
body: |
50
Update the Compose reference API documentation to keep in sync with the latest release `${{ github.event.release.name }}`
- labels: area/Compose
51
draft: false
0 commit comments