From cf16fa8c176739c0db11058b57ca4af773cf5be3 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 6 Nov 2023 11:17:14 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c7a6787af..7a9b8fe711 100644 --- a/README.md +++ b/README.md @@ -299,11 +299,11 @@ This workflow illustrates how to identify updated folders to perfom a similar be This workflow illustrates how to execute sequencial jobs in specific order using matrix with `max-parallel: 1` strategy. -[![66 - Matrix Object](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/66-matrix-object.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/66-matrix-object.yml) +[![66 - Matrix Object](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/66-matrix-object.yaml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/66-matrix-object.yaml) This workflow illustrates how to manipulate matrix object to perform different operation according to a object type. -[![67 - From JSON Env Var](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/67-fromjson-env-var.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/67-fromjson-env-var.yml) +[![67 - From JSON Env Var](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/67-fromjson-env-var.yaml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/67-fromjson-env-var.yaml) This workflow illustrates how to extract a specific item from a JSON list stored in a environment variable dynamically.