From 99d3dd8eeed3d9a0fb021d52a2de973eec979ac1 Mon Sep 17 00:00:00 2001 From: Leonard Jonathan Oh Date: Sat, 16 Mar 2024 09:23:24 +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 9573fc7..a3e275b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # docker-webhook -[![github-actions](https://github.com/theohbrothers/docker-webhook/workflows/ci-master-pr/badge.svg)](https://github.com/theohbrothers/docker-webhook/actions) +[![github-actions](https://github.com/theohbrothers/docker-webhook/actions/workflows/ci-master-pr.yml/badge.svg?branch=master)](https://github.com/theohbrothers/docker-webhook/actions/workflows/ci-master-pr.yml) [![github-release](https://img.shields.io/github/v/release/theohbrothers/docker-webhook?style=flat-square)](https://github.com/theohbrothers/docker-webhook/releases/) [![docker-image-size](https://img.shields.io/docker/image-size/theohbrothers/docker-webhook/latest)](https://hub.docker.com/r/theohbrothers/docker-webhook) diff --git a/generate/templates/README.md.ps1 b/generate/templates/README.md.ps1 index b7b94e4..a4815fd 100644 --- a/generate/templates/README.md.ps1 +++ b/generate/templates/README.md.ps1 @@ -1,7 +1,7 @@ @" # docker-webhook -[![github-actions](https://github.com/theohbrothers/docker-webhook/workflows/ci-master-pr/badge.svg)](https://github.com/theohbrothers/docker-webhook/actions) +[![github-actions](https://github.com/theohbrothers/docker-webhook/actions/workflows/ci-master-pr.yml/badge.svg?branch=master)](https://github.com/theohbrothers/docker-webhook/actions/workflows/ci-master-pr.yml) [![github-release](https://img.shields.io/github/v/release/theohbrothers/docker-webhook?style=flat-square)](https://github.com/theohbrothers/docker-webhook/releases/) [![docker-image-size](https://img.shields.io/docker/image-size/theohbrothers/docker-webhook/latest)](https://hub.docker.com/r/theohbrothers/docker-webhook)