Skip to content

Commit

Permalink
feat: removes pull_request_number option again
Browse files Browse the repository at this point in the history
  • Loading branch information
davelosert authored Dec 17, 2023
1 parent 0a3852a commit 5462b45
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ inputs:
required: false
description: 'The name of the coverage report. Can be used to execute this action multiple times. '
default: ''
pull-request-number:
required: false
description: 'The pull request number. Uses the current pull request by default.'
default: ${{ github.event.number }}
runs:
using: 'node16'
main: 'dist/index.js'
Expand Down

0 comments on commit 5462b45

Please sign in to comment.