Skip to content

Commit

Permalink
Fix a wrong example (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
studroid committed Jun 28, 2023
1 parent 4488819 commit 93c80b3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ name: Auto approve
on:
workflow_dispatch:
inputs: pullRequestNumber
description: Pull request number to auto-approve
required: false
inputs:
pullRequestNumber:
description: Pull request number to auto-approve
required: false
jobs:
auto-approve:
Expand Down

0 comments on commit 93c80b3

Please sign in to comment.