Skip to content

Commit 1939f7e

Browse files
committed
docs: use h4 in place of unordered list
1 parent 0a20ac0 commit 1939f7e

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,22 @@ Check [Scopes for OAuth Apps](https://docs.github.com/en/developers/apps/scopes-
2626

2727
### Project setup
2828

29-
1. Edit your repo `.github/workflows/foo.yml`.
29+
1. Edit your repo `.github/workflows/foo.yml` like in the example.
3030
1. Go to your repo **Settings > Secrets**. Add the token generated above as `TOKEN`.
3131

3232
### Options
3333

34-
- `token`: `${{ secrets.TOKEN }}`
35-
- `gist_id`: The id portion from your gist url, e.g. `https://gist.github.com/exuanbo/`**`e885afa349a0e5d1cfb408e46d6a37bc`**.
36-
- `gist_file_name`: Name of the file to be added in your gist. If not provided, the original file name from `file_path` will be used.
37-
- `file_path`: E.g. `./dist/foo.bar`.
34+
#### `gist_id`
35+
36+
The id portion from your gist url, e.g. `https://gist.github.com/exuanbo/`**`e885afa349a0e5d1cfb408e46d6a37bc`**.
37+
38+
#### `gist_file_name`
39+
40+
Name of the file to be added in your gist. If not provided, the original file name from `file_path` will be used.
41+
42+
#### `file_path`
43+
44+
Relative to your repo's root directory, e.g. `./dist/foo.bar`.
3845

3946
## License
4047

0 commit comments

Comments
 (0)