johntitor/rust-thanks-action

Generate badge URLs and SVG cards from Rust Thanks

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
nameA name listed in Rust Thanksyes
formatOutput format: svg, badge, or bothnosvg
output-pathWhere to write the generated SVG when format includes svgnorust-thanks-card.svg
avatar-urlOptional avatar image URL to embed in the SVG cardno""
titleHeadline shown in the SVG cardnoRust Contribution Stats
themeCard theme: rust, light, or slatenorust
commit-messageCommit message used when push-changes is truenoUpdate Rust Thanks card
push-changesWhether to push the generated commit to a remote branchnofalse
push-branchBranch to push to. Defaults to GITHUB_HEAD_REF or GITHUB_REF_NAMEno""
remote-nameGit remote name used when push-changes is truenoorigin
github-tokenGitHub token used to configure an authenticated push URLno${{ github.token }}
git-user-nameGit author name used when push-changes is truenogithub-actions[bot]
git-user-emailGit author email used when push-changes is trueno41898282+github-actions[bot]@users.noreply.github.com
write-readmeWhether to replace a local README marker block with the generated snippetnofalse
readme-pathREADME path to update when write-readme is truenoREADME.md
readme-markerMarker name used as START_SECTION/END_SECTION suffixnorust-thanks-card
namedescription
nameMatched name from Rust Thanks
rankNumeric rank from Rust Thanks
ordinal-rankOrdinal rank such as 1st or 42nd
contributionsContribution count from Rust Thanks
badge-urlGenerated shields.io badge URL
committedWhether this action created a commit
commit-shaCommit SHA when push-changes created a commit
pushedWhether this action pushed the generated commit
pushed-refRemote ref updated when push-changes succeeds
svgGenerated SVG markup when format includes svg
svg-pathAbsolute path to the generated SVG file when format includes svg
readme-snippetSnippet written into README when write-readme is enabled