mirror of
https://github.com/ivuorinen/actions.git
synced 2026-03-01 09:53:25 +00:00
chore: markdown-table-formatter and formatting
This commit is contained in:
@@ -9,7 +9,7 @@ Creates a release for the current month, incrementing patch number if necessary.
|
||||
### Inputs
|
||||
|
||||
| name | description | required | default |
|
||||
| --------- | -------------------------------------------------------- | -------- | --------------------- |
|
||||
|-----------|----------------------------------------------------------|----------|-----------------------|
|
||||
| `token` | <p>GitHub token with permission to create releases.</p> | `true` | `${{ github.token }}` |
|
||||
| `dry-run` | <p>Run in dry-run mode without creating the release.</p> | `false` | `false` |
|
||||
| `prefix` | <p>Optional prefix for release tags.</p> | `false` | `""` |
|
||||
@@ -17,7 +17,7 @@ Creates a release for the current month, incrementing patch number if necessary.
|
||||
### Outputs
|
||||
|
||||
| name | description |
|
||||
| -------------- | ------------------------------------- |
|
||||
|----------------|---------------------------------------|
|
||||
| `release-tag` | <p>The tag of the created release</p> |
|
||||
| `release-url` | <p>The URL of the created release</p> |
|
||||
| `previous-tag` | <p>The previous release tag</p> |
|
||||
|
||||
Reference in New Issue
Block a user