summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Mitchell <ndmitchell@meta.com>2023-06-05 08:02:41 -0700
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>2023-06-05 08:02:41 -0700
commitc5c407afcf041bdbefc7009d072676f0d34506df (patch)
treedd5f70f6d616ac498c6eb5ad10934f50f1cd830f
parentedaa9b0525197e505fbefe1927080f7751c9e980 (diff)
Update the action passing linkv0.9.0
Summary: See https://github.com/badges/shields/issues/8671 which wants us to do that. Reviewed By: stepancheg Differential Revision: D46440503 fbshipit-source-id: 43d5aaa8bed5b51e59b26f6c5c120741ad02b230
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1e8e3e9f..1c53f582 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
[![GitHub link](https://img.shields.io/badge/GitHub-facebookexperimental%2Fstarlark--rust-blue.svg)](https://github.com/facebookexperimental/starlark-rust)
[![crates.io version](https://img.shields.io/crates/v/starlark.svg)](https://crates.io/crates/starlark)
[![docs.rs availability](https://img.shields.io/docsrs/starlark?label=docs.rs)](https://docs.rs/starlark/)
-[![Build status](https://img.shields.io/github/workflow/status/facebookexperimental/starlark-rust/ci.svg)](https://github.com/facebookexperimental/starlark-rust/actions)
+[![Build status](https://img.shields.io/github/actions/workflow/status/facebookexperimental/starlark-rust/ci.yml?branch=main)](https://github.com/facebookexperimental/starlark-rust/actions)
There are several copies of this repo on GitHub, [facebookexperimental/starlark-rust](https://github.com/facebookexperimental/starlark-rust) is the canonical one.