File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change 40
40
name : Commit changes
41
41
run : |
42
42
git add -A .
43
- -
44
- name : Create PR on docs repo
45
- uses : peter-evans/create-pull-request@923ad837f191474af6b1721408744feb989a4c27 # v4.0.4
46
- with :
47
- token : ${{ secrets.GHPAT_DOCS_DISPATCH }}
48
- push-to-fork : docker-tools-robot/docker.github.io
49
- commit-message : Update Compose reference API to ${{ github.event.release.name }}
50
- signoff : true
51
- branch : dispatch/compose-api-reference-${{ github.event.release.name }}
52
- delete-branch : true
53
- title : Update Compose reference API to ${{ github.event.release.name }}
54
- body : |
55
- Update the Compose reference API documentation to keep in sync with the latest release `${{ github.event.release.name }}`
56
- draft : false
43
+
You can’t perform that action at this time.
0 commit comments