We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac98d98 commit 0150173Copy full SHA for 0150173
1 file changed
README.md
@@ -7,24 +7,24 @@ when the action is executed.
7
8
## Inputs
9
10
-## `topics`
+### `topics`
11
12
A space-separated list of topics to sync. Topics can only contain lower-case letters,
13
numbers, and hyphens.
14
15
-### Examples
+#### Examples
16
17
```yaml
18
with:
19
topics: "web-development python"
20
```
21
22
-## `token`
+### `token`
23
24
A Github personal access token with the `repo` scope. Typically this is stored
25
in repository secrets to provide to the action:
26
27
28
29
30
0 commit comments