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 99b26b2 commit 48f97e6Copy full SHA for 48f97e6
docs/06-Cache.md
@@ -37,4 +37,3 @@ let paths =
37
let key = 'npm-foobar-d5ea0750'
38
cacheId <- Cache.saveCache { paths, key }
39
```
40
-
src/GitHub/Actions/Cache.purs
@@ -58,7 +58,6 @@ defaultDownloadOptions =
58
, timeoutInMs: Nothing
59
}
60
61
62
toJSDownloadOptions :: DownloadOptions -> JSDownloadOptions
63
toJSDownloadOptions { useAzureSdk, downloadConcurrency, timeoutInMs } =
64
{ useAzureSdk: toNullable useAzureSdk
0 commit comments