From e6f1cdd09eb0e850dc23a0a0b29dd01833b39c70 Mon Sep 17 00:00:00 2001 From: Leonard Jonathan Oh Date: Sat, 16 Mar 2024 09:19:33 +0000 Subject: [PATCH] Docs (readme): Update GitHub CI badge Signed-off-by: Leonard Jonathan Oh --- README.md | 2 +- generate/templates/README.md.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed0812b..99e5056 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # docker-dnsmasq -[![github-actions](https://github.com/theohbrothers/docker-dnsmasq/workflows/ci-master-pr/badge.svg)](https://github.com/theohbrothers/docker-dnsmasq/actions) +[![github-actions](https://github.com/theohbrothers/docker-dnsmasq/actions/workflows/ci-master-pr.yml/badge.svg?branch=master)](https://github.com/theohbrothers/docker-dnsmasq/actions/workflows/ci-master-pr.yml) [![github-release](https://img.shields.io/github/v/release/theohbrothers/docker-dnsmasq?style=flat-square)](https://github.com/theohbrothers/docker-dnsmasq/releases/) [![docker-image-size](https://img.shields.io/docker/image-size/theohbrothers/docker-dnsmasq/latest)](https://hub.docker.com/r/theohbrothers/docker-dnsmasq) diff --git a/generate/templates/README.md.ps1 b/generate/templates/README.md.ps1 index daa2249..2fa8346 100755 --- a/generate/templates/README.md.ps1 +++ b/generate/templates/README.md.ps1 @@ -1,7 +1,7 @@ @" # docker-dnsmasq -[![github-actions](https://github.com/theohbrothers/docker-dnsmasq/workflows/ci-master-pr/badge.svg)](https://github.com/theohbrothers/docker-dnsmasq/actions) +[![github-actions](https://github.com/theohbrothers/docker-dnsmasq/actions/workflows/ci-master-pr.yml/badge.svg?branch=master)](https://github.com/theohbrothers/docker-dnsmasq/actions/workflows/ci-master-pr.yml) [![github-release](https://img.shields.io/github/v/release/theohbrothers/docker-dnsmasq?style=flat-square)](https://github.com/theohbrothers/docker-dnsmasq/releases/) [![docker-image-size](https://img.shields.io/docker/image-size/theohbrothers/docker-dnsmasq/latest)](https://hub.docker.com/r/theohbrothers/docker-dnsmasq)