From d7355d2229a2ce83b9ceb21c61972d81f633a22c Mon Sep 17 00:00:00 2001 From: Milan Bouchet-Valat Date: Fri, 4 Dec 2020 12:00:44 +0100 Subject: [PATCH] Fix GitHub Actions badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9315ca6..f008106 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Example Julia package repo. [![](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaLang.github.io/Example.jl/stable) [![](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaLang.github.io/Example.jl/dev) -GitHub Actions : [![Build Status](https://github.com/JuliaLang/Example.jl/workflows/Run%20tests/badge.svg)]((https://github.com/JuliaLang/Example.jl/actions?query=workflow%3ACI+branch%3Amaster)) +GitHub Actions : [![Build Status](https://github.com/JuliaLang/Example.jl/workflows/CI/badge.svg)](https://github.com/JuliaLang/Example.jl/actions?query=workflow%3ACI+branch%3Amaster) Travis CI: [![Build Status](https://travis-ci.org/JuliaLang/Example.jl.svg?branch=master)](https://travis-ci.org/JuliaLang/Example.jl)