Explorar o código

Merge pull request #10016 from glours/fix-docs-pr-creation-workflow

change the default branch of the doc repository
Guillaume Lours %!s(int64=2) %!d(string=hai) anos
pai
achega
770281e9d5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/docs.yml

+ 1 - 1
.github/workflows/docs.yml

@@ -19,7 +19,7 @@ jobs:
         with:
           token: ${{ secrets.GHPAT_DOCS_DISPATCH }}
           repository: docker/docs
-          ref: master
+          ref: main
       -
         name: Prepare
         run: |