From 8708b547568232de46ed4b11e5c682fdde685cb3 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Fri, 21 May 2021 19:53:01 +0200 Subject: [PATCH] Readme: Update workflow name in badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 724a22c8f..823d7fa8c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Blog OS (A Freestanding Rust Binary) -[![Build Status](https://github.com/phil-opp/blog_os/workflows/Build%20Code/badge.svg?branch=post-01)](https://github.com/phil-opp/blog_os/actions?query=workflow%3A%22Build+Code%22+branch%3Apost-01) +[![Build Status](https://github.com/phil-opp/blog_os/workflows/Code/badge.svg?branch=post-01)](https://github.com/phil-opp/blog_os/actions?query=workflow%3A%22Code%22+branch%3Apost-01) This repository contains the source code for the [A Freestanding Rust Binary][post] post of the [Writing an OS in Rust](https://os.phil-opp.com) series.