Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JarLob authored Jul 8, 2024
1 parent f62d32c commit 5e521fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions advisor/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ on:
count:
description: 'How many last runs to analyze'
required: false
type: number
default: 10
type: string
default: "10"

jobs:
advisor:
Expand All @@ -24,4 +24,4 @@ jobs:
- uses: GitHubSecurityLab/actions-permissions/advisor@v1
with:
name: ${{ inputs.name }}
count: ${{ inputs.count }}
count: ${{ fromJSON(inputs.count) }}

0 comments on commit 5e521fb

Please sign in to comment.