forked from mirrors/action-gh-release
markdown headers
This commit is contained in:
parent
277fc31266
commit
cf33f83220
1 changed files with 3 additions and 2 deletions
|
@ -65,9 +65,10 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
```
|
```
|
||||||
|
|
||||||
### 💅 Customizing
|
### 💅 Customizing
|
||||||
|
|
||||||
## inputs
|
#### inputs
|
||||||
|
|
||||||
The following are optional as `step.with` keys
|
The following are optional as `step.with` keys
|
||||||
|
|
||||||
|
@ -78,7 +79,7 @@ The following are optional as `step.with` keys
|
||||||
| `files` | String | Comma-delimited globs of paths to assets to upload for release|
|
| `files` | String | Comma-delimited globs of paths to assets to upload for release|
|
||||||
| `name` | String | Name of the release. defaults to tag name |
|
| `name` | String | Name of the release. defaults to tag name |
|
||||||
|
|
||||||
## environment variables
|
#### environment variables
|
||||||
|
|
||||||
The following are *required* as `step.env` keys
|
The following are *required* as `step.env` keys
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue