Skip to content

Commit 0ef57ae

Browse files
committed
fix
1 parent b0fabdf commit 0ef57ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
type: boolean
1111
required: false
1212
max-test-retries:
13-
type: int
13+
type: string
1414
required: false
1515
skip-openj9-tests:
1616
type: boolean

.github/workflows/reusable-test-indy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
type: boolean
1111
required: false
1212
max-test-retries:
13-
type: int
13+
type: string
1414
required: false
1515

1616
permissions:

.github/workflows/reusable-test-latest-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
type: boolean
1111
required: false
1212
max-test-retries:
13-
type: int
13+
type: string
1414
required: false
1515

1616
permissions:

0 commit comments

Comments
 (0)