Commit 9f5d04e
committed
[SPARK-53813] Recover
### 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]>Publish Snapshot Chart GitHub Action Job by using GitHash1 parent 12ad8e9 commit 9f5d04e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments