We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ce0e5 commit 3deea78Copy full SHA for 3deea78
.github/actions/polymorph_codegen/action.yml
@@ -66,6 +66,13 @@ runs:
66
git pull
67
git submodule update --init --recursive
68
69
+ - name: Update top-level project.properties file in MPL
70
+ if: inputs.update-and-regenerate-mpl == 'true'
71
+ shell: bash
72
+ working-directory: submodules/MaterialProviders
73
+ run: |
74
+ make generate_properties_file
75
+
76
# Update the project.properties file so that we pick up the right runtimes etc.,
77
# in cases where inputs.dafny is different from the current value in that file.
78
- name: Generate smithy-dafny-project.properties file
0 commit comments