Skip to content

Commit 4d42d1b

Browse files
committed
fix
1 parent 61c5cbb commit 4d42d1b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/style-bot.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
description: 'Pull Request number to run style checks on'
1010
required: false
1111
type: number
12-
default: 0
1312

1413
permissions:
1514
contents: write
@@ -21,6 +20,6 @@ jobs:
2120
with:
2221
python_quality_dependencies: "[quality]"
2322
style_command_type: "style_only"
24-
pr_number: ${{ fromJSON(inputs.pr_number) }}
23+
pr_number: ${{ fromJSON(inputs.pr_number || '0') }}
2524
secrets:
2625
bot_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)