From 4031529090541d4480dab3e8c1ff8b40cc2039d8 Mon Sep 17 00:00:00 2001 From: 0xtekgrinder <72015889+0xtekgrinder@users.noreply.github.com> Date: Mon, 30 Oct 2023 12:01:08 -0400 Subject: [PATCH] doc: README now use correct url for ci badge (#231) --- .github/workflows/ci-deep.yml | 2 +- .github/workflows/ci.yml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-deep.yml b/.github/workflows/ci-deep.yml index ec0600e7..2aeaa846 100644 --- a/.github/workflows/ci-deep.yml +++ b/.github/workflows/ci-deep.yml @@ -1,4 +1,4 @@ -name: CI +name: "CI Deep" on: schedule: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3377b488..e8f3fe88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: CI +name: "CI" on: workflow_dispatch: diff --git a/README.md b/README.md index 12ed76d4..2f6ad935 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Angle Borrowing Module Angle Borrowing Module -[![CI](https://github.com/AngleProtocol/borrow-contracts/workflows/CI/badge.svg)](https://github.com/AngleProtocol/borrow-contracts/actions?query=workflow%3ACI) +[![CI](https://github.com/AngleProtocol/borrow-contracts/actions/workflows/ci.yml/badge.svg)](https://github.com/AngleProtocol/borrow-contracts/actions) [![Docs](https://img.shields.io/badge/docs-%F0%9F%93%84-blue)](https://docs.angle.money/angle-borrowing-module/borrowing-module) [![Developers](https://img.shields.io/badge/developers-%F0%9F%93%84-pink)](https://developers.angle.money/borrowing-module-contracts/architecture-overview)