This is an automated email from the ASF dual-hosted git repository.
wenjin272 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-agents.git
The following commit(s) were added to refs/heads/main by this push:
new 96d6d73d [doc] Update latest flink agents docs
96d6d73d is described below
commit 96d6d73df751b36539b50469fa054ea8cf533548
Author: 文玕 <[email protected]>
AuthorDate: Sun Jun 21 19:19:12 2026 +0800
[doc] Update latest flink agents docs
---
.github/workflows/docs.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index c0d9d333..50955892 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -48,7 +48,7 @@ jobs:
if [ "${currentBranch}" = "main" ]; then
echo "flink_alias=release-0.4" >> ${GITHUB_ENV}
- elif [ "${currentBranch}" = "release-0.2" ]; then
+ elif [ "${currentBranch}" = "release-0.3" ]; then
echo "flink_alias=latest" >> ${GITHUB_ENV}
fi