File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 steps :
1010 # Checkout
1111 - uses : actions/checkout@v3
12- with :
12+ with :
1313 ref : 6.0
1414 submodules : true
1515
2626 git status
2727 git config user.name github-actions
2828 git config user.email github-actions@github.com
29- git commit -m "Update submo0dules tip" || echo "No changes to commit"
29+ git commit -m "Update submodules tip" || echo "No changes to commit"
3030 git push
Original file line number Diff line number Diff line change 55[submodule "submodules/plone.restapi "]
66 path = submodules/plone.restapi
77 url = https://github.com/plone/plone.restapi.git
8- branch = master
8+ branch = main
99[submodule "submodules/plone.api "]
1010 path = submodules/plone.api
1111 url = https://github.com/plone/plone.api.git
Original file line number Diff line number Diff line change 8888 # Ignore github.com pages with anchors
8989 r"https://github.com/.*#.*" ,
9090 # Ignore other specific anchors
91- r"https://coveralls.io/repos/github/plone/plone.restapi/badge.svg\?branch=master " , # plone.restapi
91+ r"https://coveralls.io/repos/github/plone/plone.restapi/badge.svg\?branch=main " , # plone.restapi
9292 r"https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors#Identifying_the_issue" ,
9393 r"https://docs.cypress.io/guides/references/migration-guide#Migrating-to-Cypress-version-10-0" , # volto
9494]
Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ Add the Plone package you want to check out in {file}`mx.ini`.
325325``` ini
326326[plone.restapi]
327327url = git@github.com:plone/plone.restapi.git
328- branch = master
328+ branch = main
329329extras = test
330330```
331331
You can’t perform that action at this time.
0 commit comments