Skip to content

Commit 7ed15a0

Browse files
committed
Fix run name
1 parent f72fee4 commit 7ed15a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-integration-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Integration Test
2-
run-name: Testing `${{ inputs.rascal_version }}` (Rascal) with `${{ case(inputs.typepal_version != '', inputs.typepal_version, 'version in pom.xml') }}` (Typepal)
2+
run-name: Testing `${{ inputs.rascal_version }}` (Rascal) with ${{ case(inputs.typepal_version != '', format('`{0}`', inputs.typepal_version), 'version in pom.xml') }} (Typepal)
33
on:
44
workflow_dispatch:
55
inputs:
@@ -9,7 +9,7 @@ on:
99
default: 'main'
1010

1111
typepal_version:
12-
description: 'typepal branch/tag to checkout (leave empty to read from POM)'
12+
description: 'typepal branch/tag to checkout (leave empty to read in pom.xml)'
1313
required: false
1414
default: ''
1515

0 commit comments

Comments
 (0)