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.
2 parents 0a0e780 + f689b19 commit 84b4adbCopy full SHA for 84b4adb
action.yml
@@ -2,8 +2,8 @@ name: Set up OCaml
2
description: Set up an OCaml and opam environment and add to PATH
3
author: Anil Madhavapeddy
4
branding:
5
- icon: "package"
6
- color: "orange"
+ icon: package
+ color: orange
7
inputs:
8
ocaml-version:
9
description: Version of the OCaml compiler to initialise
@@ -12,5 +12,5 @@ inputs:
12
description: URL of the repository to fetch packages from
13
default: ""
14
runs:
15
- using: "node12"
16
- main: "lib/index.js"
+ using: node12
+ main: lib/index.js
0 commit comments