This is an automated email from the ASF dual-hosted git repository.
philo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 2c3e7df47e [GLUTEN-9860] Followup: Fix rsync version to 5.2 (#9889)
2c3e7df47e is described below
commit 2c3e7df47e0d68937870cd0ef7b9075d66e14924
Author: Yuan <[email protected]>
AuthorDate: Fri Jun 6 08:22:36 2025 +0100
[GLUTEN-9860] Followup: Fix rsync version to 5.2 (#9889)
---
.github/workflows/nightly_sync.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/nightly_sync.yml
b/.github/workflows/nightly_sync.yml
index 18312e80e9..123ca3cdc7 100644
--- a/.github/workflows/nightly_sync.yml
+++ b/.github/workflows/nightly_sync.yml
@@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: rsync
- uses:
burnett01/rsync-deployments@3cccb6851148e6198ed9ed89eb0d1c17b5e58cc7
+ uses: burnett01/[email protected]
with:
switches: -avzr
path: docs/*
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]