actions-marketplace-validations/Markdown VSCode Contributions Action

Generate markdown tables from vscode contributions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
github-tokenGithub tokenno${{ github.token }}
git-messageCommit message to usenoupdated Markdown with VSCode contributions
git-user-nameThe git user.name to use for the commitnoMarkdown VSCode Contributions Action
git-user-emailThe git user.email to use for the commitnomarkdown.vscode.contributions.action@github.com
git-pull-methodThe git pull method used when pulling all changes from remoteno--ff-only
git-pushShould all git changes be pushednotrue
git-branchThe git branch to be pushedno${{ github.ref }}
git-urlGit Urlnogithub.com
git-pathPath filter for the logs. If set, only commits that match the path filter will be consideredno""
input-pathInput markdown file pathnoREADME.md
output-pathOutput markdown file path. By default it takes the input-path valueno
package-pathThe path to the package.json file that contains the VSCode contributionsnopackage.json
skip-git-pullDo not pull the repo before tagging. Ensure you full cloned the repo in the first place to get tagsnofalse
skip-on-no-changesDo nothing when the markdown hasn't changednotrue
skip-commitDo create a release commitnofalse
skip-ciAdds [skip ci] to commit messagenotrue
namedescription
markdown_outputThe readme output
markdown_changedboolean if the readme output changed
skippedboolean to check if this step have been skipped