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

fcsaky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-http.git

commit effa28b687671ef1e6ee6cd90145a0bf7204778f
Author: Ferenc Csaky <[email protected]>
AuthorDate: Sun Oct 5 08:20:30 2025 +0200

    [hotfix] Fix version string in weekly CI
---
 .github/workflows/weekly.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index c2e7d40..a8f6b05 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -30,7 +30,7 @@ jobs:
     strategy:
       matrix:
         flink_branches: [{
-          flink: 1.20-0,
+          flink: 1.20.0,
           branch: main
         }]
     uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils

Reply via email to