We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8301859 commit cf2b9b0Copy full SHA for cf2b9b0
.github/workflows/cache.yml
@@ -0,0 +1,18 @@
1
+name: Refresh cache
2
+on:
3
+ workflow_dispatch:
4
+
5
+jobs:
6
+ cache:
7
+ runs-on: ubuntu-latest
8
+ outputs:
9
+ cache_key: ${{ steps.data_cache.outputs.cache_key }}
10
+ steps:
11
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
12
13
+ - id: data_cache
14
+ uses: ./.github/actions/data-cache
15
16
+ - uses: ./.github/actions/native-data-cache
17
+ with:
18
0 commit comments