File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ name: JSON Library Upload
22
33on :
44 workflow_dispatch :
5+ workflow_run :
6+ workflows : ["JSON Library Sorter and Doc Gen"]
7+ types :
8+ - completed
59
610jobs :
711 librarian :
1216 - name : Checkout repository
1317 uses : actions/checkout@v4
1418
15- - name : Upload library
19+ - name : Upload library to Cloudflare
1620 uses : ryand56/r2-upload-action@latest
1721 with :
1822 r2-account-id : ${{ secrets.R2_ACCOUNT_ID }}
2226 source-dir : ./custom_components/battery_notes/data/
2327 destination-dir : ./
2428
25- - name : Purge cache for latest schema
26- uses : jakejarvis/cloudflare-purge-action@master
29+ - name : Cloudflare Purge Cache
30+ uses : jakejarvis/cloudflare-purge-action@v0.3.0
2731 env :
2832 CLOUDFLARE_ZONE : ${{ secrets.CLOUDFLARE_ZONE }}
2933 CLOUDFLARE_TOKEN : ${{ secrets.CLOUDFLARE_TOKEN }}
You can’t perform that action at this time.
0 commit comments