Skip to content

Commit 0a6e747

Browse files
committed
feat(inputs): change TRIAGE_ITEM_NUMBER to type=string
workflow is erroring. test to see if set as string fixes the issue. . #3 #4 nofusscomputing/ansible_collection_centurion#24 nofusscomputing/ansible_collection_centurion#25
1 parent 34505f8 commit 0a6e747

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/project.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ on:
2222
type: string
2323
TRIAGE_ITEM_NUMBER:
2424
required: false
25-
default: 0
25+
default: '0'
2626
description: Number of the item that triggered the workflow (issue/PR)
27-
type: number
27+
type: string
2828
TRIAGE_ITEM_URL:
2929
required: false
3030
default: "none"

0 commit comments

Comments
 (0)