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 d1e544b +++
d1e544b is described below
commit d1e544babaf388f46a956bcd98a51fab1947c50b
Author: Chesnay Schepler <[email protected]>
AuthorDate: Mon Feb 6 13:19:15 2023 +0100
+++
---
.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 7349821..449bf6d 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-flink.outputs.cache-hit != true
run: wget -q -c ${{ inputs.flink_url }} -O - | tar -xz
- name: Cache Flink binary