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 9daaade commit 9c87175Copy full SHA for 9c87175
1 file changed
.github/workflows/run-integration-test.yml
@@ -1,5 +1,5 @@
1
name: Integration Test
2
-run-name: Testing `${{ inputs.rascal_version }}` (Rascal) with `${{ inputs.typepal_version }}` (Typepal)
+run-name: Testing `${{ inputs.rascal_version }}` (Rascal) with `${{ case(inputs.typepal_version != '', inputs.typepal_version, 'version in pom.xml') }}` (Typepal)
3
on:
4
workflow_dispatch:
5
inputs:
0 commit comments