Browse Source

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

change the default branch of the doc repository
Guillaume Lours 2 năm trước cách đây
mục cha
commit
770281e9d5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: |