This is an automated email from the ASF dual-hosted git repository.

mbalassi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new ae29c8c  [FLINK-26991][docs] Fix GitHub action building correct doc 
branch
ae29c8c is described below

commit ae29c8cf201bf2f267f050e08cf53da3d4fc3081
Author: Márton Balassi <[email protected]>
AuthorDate: Fri Apr 1 21:56:32 2022 +0200

    [FLINK-26991][docs] Fix GitHub action building correct doc branch
---
 .github/workflows/docs.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index a054198..1285105 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -30,7 +30,9 @@ jobs:
           - main
           - release-0.1
     steps:
-      - uses: actions/checkout@main
+      - uses: actions/checkout@v3
+        with:
+          ref: ${{ matrix.branch }}
       - name: Set branch environment variable
         run: |
           git branch --show-current

Reply via email to