actions-marketplace-validations/Markdown VSCode Contributions Action
Generate markdown tables from vscode contributions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Github token | no | ${{ github.token }} |
| git-message | Commit message to use | no | updated Markdown with VSCode contributions |
| git-user-name | The git user.name to use for the commit | no | Markdown VSCode Contributions Action |
| git-user-email | The git user.email to use for the commit | no | markdown.vscode.contributions.action@github.com |
| git-pull-method | The git pull method used when pulling all changes from remote | no | --ff-only |
| git-push | Should all git changes be pushed | no | true |
| git-branch | The git branch to be pushed | no | ${{ github.ref }} |
| git-url | Git Url | no | github.com |
| git-path | Path filter for the logs. If set, only commits that match the path filter will be considered | no | "" |
| input-path | Input markdown file path | no | README.md |
| output-path | Output markdown file path. By default it takes the input-path value | no | — |
| package-path | The path to the package.json file that contains the VSCode contributions | no | package.json |
| skip-git-pull | Do not pull the repo before tagging. Ensure you full cloned the repo in the first place to get tags | no | false |
| skip-on-no-changes | Do nothing when the markdown hasn't changed | no | true |
| skip-commit | Do create a release commit | no | false |
| skip-ci | Adds [skip ci] to commit message | no | true |
Outputs
| name | description |
|---|---|
| markdown_output | The readme output |
| markdown_changed | boolean if the readme output changed |
| skipped | boolean to check if this step have been skipped |