You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since there is no issue open for #1838 I vouch to keep this open. Reading through #1838, other people have opened issues with the exact same issue since they didn't find an issue.
In https://github.com/rust-lang/crates.io/blob/master/src/tests/badge.rs, there should be an action to set a (/ multiple?) Github Actions CI badge(s).
The format of the badge URL can be found here: https://help.github.com/en/github/automating-your-workflow-with-github-actions/configuring-a-workflow#adding-a-workflow-status-badge-to-your-repository
Necessary parameters are
OWNER
,REPOSITORY
,WORKFLOW_NAME
orWORKFLOW_FILE_PATH
. Optional parameters arebranch
andevent
.This is an example of a Rust Workflow whose badge a user might want to add to crates.io: https://github.com/Empty2k12/rust-github-actions-test/workflows/Rust/badge.svg?branch=master, which looks like
The text was updated successfully, but these errors were encountered: