Skip to content

Commit 9f5d04e

Browse files
committed
[SPARK-53813] Recover Publish Snapshot Chart GitHub Action Job by using GitHash
### What changes were proposed in this pull request? This PR aims to recover `Publish Snapshot Chart` GitHub Action Job by using `Git Hash` instead of the expired `Git Tag`. ### Why are the changes needed? Since ASF Infra team removed expired refs, [Publish Snapshot Chart](https://github.com/apache/spark-kubernetes-operator/actions/workflows/publish_snapshot_chart.yml) Daily GitHub Action job is currently broken. We need to use `Git Hash` instead. - apache/infrastructure-actions@f65b1b9 ```yaml burnett01/rsync-deployments: - '5.2': - expires_at: 2025-08-01 0dc935cdecc5f5e571865e60d2a6cdc673704823: expires_at: 2050-01-01 tag: '5.2' ``` ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? This should be tested after merging. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #365 from dongjoon-hyun/SPARK-53813. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 12ad8e9 commit 9f5d04e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_snapshot_chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
helm repo index tmp/$DIR --url https://nightlies.apache.org/spark/$DIR
5050
helm show chart tmp/$DIR/spark-kubernetes-operator-*.tgz
5151
- name: Upload
52-
uses: burnett01/rsync-deployments@5.2
52+
uses: burnett01/rsync-deployments@0dc935cdecc5f5e571865e60d2a6cdc673704823
5353
with:
5454
switches: -avzr
5555
path: build-tools/helm/tmp/*

0 commit comments

Comments
 (0)