We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cool tip with the latest commit SHA badge though! Gonna consider adding that
Originally posted by @jdhoffa in #32 (comment)
AB#10995
The text was updated successfully, but these errors were encountered:
utilizing GitHub API and shield.io
https://api.github.com/repos/rmi-pacta/pacta.portfolio.utils/git/refs/heads/main returns
https://api.github.com/repos/rmi-pacta/pacta.portfolio.utils/git/refs/heads/main
{ "ref": "refs/heads/main", "node_id": "REF_kwDOJd1yoq9yZWZzL2hlYWRzL21haW4", "url": "https://api.github.com/repos/RMI-PACTA/pacta.portfolio.utils/git/refs/heads/main", "object": { "sha": "e619ad27b3606b61f44d203fab2bc55c897c8bf4", "type": "commit", "url": "https://api.github.com/repos/RMI-PACTA/pacta.portfolio.utils/git/commits/e619ad27b3606b61f44d203fab2bc55c897c8bf4" } }
and the sha from that can be targeted by its object name object.sha in a shields.io dynamic JSON badge
object.sha
https://img.shields.io/badge/dynamic/json?color=orange&label=latest%20commit&query=object.sha&url=https%3A%2F%2Fapi.github.com%2Frepos%2Frmi-pacta%2Fpacta.portfolio.utils%2Fgit%2Frefs%2Fheads%2Fmain
Sorry, something went wrong.
generate_badge_tables
Successfully merging a pull request may close this issue.
Cool tip with the latest commit SHA badge though! Gonna consider adding that
Originally posted by @jdhoffa in #32 (comment)
AB#10995
The text was updated successfully, but these errors were encountered: