Skip to content

Commit

Permalink
fix: Use the correct input name so the default applies (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed May 26, 2023
1 parent 3d981b0 commit 083c480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ inputs:
description: 'Remove the label from the issue if the label regex does not match'
required: false
default: "0"
issue_number:
issue-number:
description: 'The number of the issue/PR to label'
required: false
default: ${{ github.event.issue.number || github.event.pull_request.number }}
Expand Down

0 comments on commit 083c480

Please sign in to comment.