File tree 3 files changed +566
-2957
lines changed
3 files changed +566
-2957
lines changed Original file line number Diff line number Diff line change 40
40
- uses : ipfs/download-ipfs-distribution-action@v1
41
41
if : steps.webui-cache.outputs.cache-hit != 'true'
42
42
with :
43
- name : go-ipfs
44
- - uses : ipfs/start-ipfs-daemon-action@v1
45
- if : steps.webui-cache.outputs.cache-hit != 'true'
43
+ name : kubo
44
+ # TODO: uncomment after https://github.com/ipfs-shipyard/ipfs-or-gateway/issues/37 is resolved
45
+ # - uses: ipfs/start-ipfs-daemon-action@v1
46
+ # if: steps.webui-cache.outputs.cache-hit != 'true'
46
47
47
48
48
49
- name : Install dependencies and fetch ipfs-webui
96
97
- uses : ipfs/download-ipfs-distribution-action@v1
97
98
if : steps.webui-cache.outputs.cache-hit != 'true'
98
99
with :
99
- name : go-ipfs
100
+ name : kubo
100
101
- uses : ipfs/start-ipfs-daemon-action@v1
101
102
if : steps.webui-cache.outputs.cache-hit != 'true'
102
103
@@ -159,7 +160,7 @@ jobs:
159
160
- uses : ipfs/download-ipfs-distribution-action@v1
160
161
if : steps.webui-cache.outputs.cache-hit != 'true'
161
162
with :
162
- name : go-ipfs
163
+ name : kubo
163
164
- uses : ipfs/start-ipfs-daemon-action@v1
164
165
if : steps.webui-cache.outputs.cache-hit != 'true'
165
166
You can’t perform that action at this time.
0 commit comments