Skip to content

Commit 93c80b3

Browse files
authored
Fix a wrong example (#218)
1 parent 4488819 commit 93c80b3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ name: Auto approve
4949
5050
on:
5151
workflow_dispatch:
52-
inputs: pullRequestNumber
53-
description: Pull request number to auto-approve
54-
required: false
52+
inputs:
53+
pullRequestNumber:
54+
description: Pull request number to auto-approve
55+
required: false
5556
5657
jobs:
5758
auto-approve:

0 commit comments

Comments
 (0)