From 3db74c4cc5b2c1fb65292d02f8672d386287f563 Mon Sep 17 00:00:00 2001 From: Kazuma Watanabe Date: Thu, 6 Mar 2025 06:58:03 +0000 Subject: [PATCH] Fix broken GitHub Actions badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dfb6a36..a441f376 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # TFLint Ruleset for terraform-provider-google -[![Build Status](https://github.com/terraform-linters/tflint-ruleset-google/workflows/build/badge.svg?branch=master)](https://github.com/terraform-linters/tflint-ruleset-google/actions) +[![Build Status](https://github.com/terraform-linters/tflint-ruleset-google/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/terraform-linters/tflint-ruleset-google/actions) [![GitHub release](https://img.shields.io/github/release/terraform-linters/tflint-ruleset-google.svg)](https://github.com/terraform-linters/tflint-ruleset-google/releases/latest) [![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-blue.svg)](LICENSE)