Skip to content

Commit 8847148

Browse files
committed
Fix build status badge to match workflow name
The GitHub Actions workflow is named "Rust", not "CI".
1 parent 7a4682a commit 8847148

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
[crates-url]: https://crates.io/crates/supabase-rust
1111
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
1212
[mit-url]: https://github.com/kacy/supabase-rust/blob/master/LICENSE
13-
[actions-badge]: https://github.com/kacy/supabase-rust/workflows/CI/badge.svg
14-
[actions-url]: https://github.com/kacy/supabase-rust/actions?query=workflow%3ACI+branch%3Amaster
13+
[actions-badge]: https://github.com/kacy/supabase-rust/workflows/Rust/badge.svg
14+
[actions-url]: https://github.com/kacy/supabase-rust/actions?query=workflow%3ARust+branch%3Amaster
1515

1616
## Features
1717

0 commit comments

Comments
 (0)