Skip to content

Commit 5e521fb

Browse files
authored
Update workflow.yml
1 parent f62d32c commit 5e521fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

advisor/workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ on:
1414
count:
1515
description: 'How many last runs to analyze'
1616
required: false
17-
type: number
18-
default: 10
17+
type: string
18+
default: "10"
1919

2020
jobs:
2121
advisor:
@@ -24,4 +24,4 @@ jobs:
2424
- uses: GitHubSecurityLab/actions-permissions/advisor@v1
2525
with:
2626
name: ${{ inputs.name }}
27-
count: ${{ inputs.count }}
27+
count: ${{ fromJSON(inputs.count) }}

0 commit comments

Comments
 (0)