浏览代码

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

change the default branch of the doc repository
Guillaume Lours 2 年之前
父节点
当前提交
770281e9d5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/docs.yml

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

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