You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `ocaml-compiler` | Yes | The OCaml compiler packages to initialise. Consult the [supported version syntax](#supported-version-syntax) section. | string | |
103
-
| `opam-repositories` | No | The name and URL pair of the repository to fetch the packages from. | string | |
104
-
| `opam-pin` | No | Enable the automation feature for opam pin. | bool | `true` |
105
-
| `opam-depext` | No | Enable the automation feature for opam depext. | bool | `true` |
106
-
| `opam-depext-flags` | No | The flags for the opam depext command. The flags must be separated by the comma. | string | |
107
-
| `opam-local-packages` | No | The local packages to be used by `opam-pin` or `opam-depext`. Consult the [`@actions/glob` documentation](https://github.com/actions/toolkit/tree/main/packages/glob) package for supported patterns. | string | `*.opam` |
108
-
| `opam-disable-sandboxing` | No | Disable the opam sandboxing feature. | bool | `false` |
109
-
| `dune-cache` | No | Enable the dune cache feature. This feature **_requires_** dune 2.8.5 or later on the Windows runners. | bool | `false` |
110
-
| `cache-prefix` | No | The prefix of the cache keys. | string | `v1` |
111
-
| `allow-prerelease-opam` | No | Allow to use a pre-release version of opam. | bool | `false` |
100
+
| Name | Required | Description | Type | Default |
| `ocaml-compiler` | Yes | The OCaml compiler packages to initialise. Consult the [supported version syntax](#supported-version-syntax) section. | string | |
103
+
| `opam-repositories` | No | The name and URL pair of the repository to fetch the packages from. | string | |
104
+
| `opam-pin` | No | Enable the automation feature for opam pin. | bool | `true` |
105
+
| `opam-local-packages` | No | The local packages to be used by `opam-pin`. Consult the [`@actions/glob` documentation](https://github.com/actions/toolkit/tree/main/packages/glob) package for supported patterns. | string | `*.opam` |
106
+
| `opam-disable-sandboxing` | No | Disable the opam sandboxing feature. | bool | `false` |
107
+
| `dune-cache` | No | Enable the dune cache feature. This feature **_requires_** dune 2.8.5 or later on the Windows runners. | bool | `false` |
108
+
| `cache-prefix` | No | The prefix of the cache keys. | string | `v1` |
109
+
| `allow-prerelease-opam` | No | Allow to use a pre-release version of opam. | bool | `false` |
112
110
113
111
### Supported version syntax
114
112
@@ -122,12 +120,11 @@ more detailed examples please refer to the
0 commit comments