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

chesnay pushed a commit to branch test
in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git


The following commit(s) were added to refs/heads/test by this push:
     new 525bc6d  v4
525bc6d is described below

commit 525bc6ddf8083e7dd871aa13b8e128309a29ae15
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Mon Feb 6 13:19:43 2023 +0100

    v4
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 449bf6d..c4a589a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -86,7 +86,7 @@ jobs:
 
       - name: Download Flink binary
         working-directory: ${{ env.FLINK_CACHE_DIR }}
-        if: steps.restore-flink.outputs.cache-hit != true
+        if: steps.restore-cache-flink.outputs.cache-hit != 'true'
         run: wget -q -c ${{ inputs.flink_url }} -O - | tar -xz
 
       - name: Cache Flink binary

Reply via email to