Skip to content

Commit 0150173

Browse files
docs: Fix headings for inputs
1 parent ac98d98 commit 0150173

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@ when the action is executed.
77

88
## Inputs
99

10-
## `topics`
10+
### `topics`
1111

1212
A space-separated list of topics to sync. Topics can only contain lower-case letters,
1313
numbers, and hyphens.
1414

15-
### Examples
15+
#### Examples
1616

1717
```yaml
1818
with:
1919
topics: "web-development python"
2020
```
2121
22-
## `token`
22+
### `token`
2323

2424
A Github personal access token with the `repo` scope. Typically this is stored
2525
in repository secrets to provide to the action:
2626

27-
### Examples
27+
#### Examples
2828

2929
```yaml
3030
with:

0 commit comments

Comments
 (0)