Skip to content

Commit 84b4adb

Browse files
author
Sora Morimoto
authored
Merge pull request #29 from avsm/update-action-yml
Update action.yml
2 parents 0a0e780 + f689b19 commit 84b4adb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Set up OCaml
22
description: Set up an OCaml and opam environment and add to PATH
33
author: Anil Madhavapeddy
44
branding:
5-
icon: "package"
6-
color: "orange"
5+
icon: package
6+
color: orange
77
inputs:
88
ocaml-version:
99
description: Version of the OCaml compiler to initialise
@@ -12,5 +12,5 @@ inputs:
1212
description: URL of the repository to fetch packages from
1313
default: ""
1414
runs:
15-
using: "node12"
16-
main: "lib/index.js"
15+
using: node12
16+
main: lib/index.js

0 commit comments

Comments
 (0)