Skip to content

Commit f40c27d

Browse files
authored
Merge pull request #1 from erikmd/use-underscores
Use underscores
2 parents e18f0ea + 5f63ea9 commit f40c27d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-coq-demo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
- uses: erikmd/docker-coq-action@alpha
2626
id: docker-coq-action
2727
with:
28-
opam-file: 'coq-demo.opam'
29-
coq-version: '8.11'
30-
ocaml-version: '4.07-flambda'
28+
opam_file: 'coq-demo.opam'
29+
coq_version: '8.11'
30+
ocaml_version: '4.09-flambda'

0 commit comments

Comments
 (0)