This is an automated email from the ASF dual-hosted git repository.
mbalassi pushed a commit to branch release-0.1
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git
The following commit(s) were added to refs/heads/release-0.1 by this push:
new 9336d6a [FLINK-26991][docs] Fix GitHub action building correct doc
branch
9336d6a is described below
commit 9336d6adc4518b6888cda82f2b14753c47b68ed3
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