Closed nionis closed 4 years ago
see https://github.com/hoprnet/hopr-core/blob/e8e2079d69b88f94eae434e32e566b0d01e94b11/.github/workflows/publish.yml#L30
should be: steps.cache-modules.outputs.cache-hit != true
steps.cache-modules.outputs.cache-hit != true
turns out this is how it supposed to work, see https://github.com/actions/cache#example-workflow
see https://github.com/hoprnet/hopr-core/blob/e8e2079d69b88f94eae434e32e566b0d01e94b11/.github/workflows/publish.yml#L30
should be:
steps.cache-modules.outputs.cache-hit != true