Skip to content

Commit

Permalink
feat(inputs): change TRIAGE_ITEM_NUMBER to type=string
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jon-nfc committed Aug 15, 2024
1 parent 34505f8 commit 0a6e747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ on:
type: string
TRIAGE_ITEM_NUMBER:
required: false
default: 0
default: '0'
description: Number of the item that triggered the workflow (issue/PR)
type: number
type: string
TRIAGE_ITEM_URL:
required: false
default: "none"
Expand Down

0 comments on commit 0a6e747

Please sign in to comment.