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-kubernetes-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new ef31965d [hotfix] Bump `rsync-deployments` version to fix doc CI
ef31965d is described below

commit ef31965d8532d22184b7a3cc5e0e90fa35b15ec6
Author: Ferenc Csaky <[email protected]>
AuthorDate: Sat Sep 27 20:05:06 2025 +0200

    [hotfix] Bump `rsync-deployments` version to fix doc CI
---
 .github/workflows/docs.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index 59c38d6d..18aee80b 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -51,7 +51,7 @@ jobs:
         run: |
           docker run  --rm --volume "$PWD:/root/flink-kubernetes-operator" 
chesnay/flink-ci:java_8_11 bash -c "cd /root/flink-kubernetes-operator && 
./.github/workflows/docs.sh"
       - name: Upload documentation
-        uses: burnett01/[email protected]
+        uses: burnett01/[email protected]
         with:
           switches: --archive --compress
           path: docs/target/
@@ -62,7 +62,7 @@ jobs:
           remote_key: ${{ secrets.NIGHTLIES_RSYNC_KEY }}
       - name: Upload documentation alias
         if: env.flink_alias != ''
-        uses: burnett01/[email protected]
+        uses: burnett01/[email protected]
         with:
           switches: --archive --compress
           path: docs/target/

Reply via email to