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 efe69df commit 8a325e8Copy full SHA for 8a325e8
.github/actions/mpl-head/action.yml
@@ -1,6 +1,10 @@
1
name: "Check Out and update files with MPL-HEAD"
2
description: "Updates the MPL submodule to point at HEAD and updates the files that depend on the version defined in project.properties"
3
inputs:
4
+ dafny:
5
+ description: "The Dafny version to run"
6
+ required: true
7
+ type: string
8
update-and-regenerate-mpl:
9
description: "Locally update MPL to the tip of master and regenerate its code"
10
required: true
.github/actions/mpl-head/mpl_head_codegen.yml
.github/workflows/ci_codegen.yml
@@ -42,6 +42,7 @@ jobs:
42
- uses: ./.github/actions/mpl-head
43
if: ${{ inputs.mpl-head == true }}
44
with:
45
+ dafny: ${{ env.DAFNY_VERSION }}
46
update-and-regenerate-mpl: true
47
48
# Only used to format generated code
0 commit comments