From 85267e6f9af811b12abcf3c1e2989931db599d4d Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 28 Feb 2022 09:51:11 -0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2fd285d9b9..38bf52a32d 100644 --- a/README.md +++ b/README.md @@ -231,3 +231,11 @@ This workflow illustrates how to list all env variables set in the runner. [![47 - Force Failure](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/47-force-failure.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/47-force-failure.yml) This workflow illustrates how to force a workflow failure if a condition isn't met. + +[![48 - Wait for reusable completion](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/48-wait-for-reusable-completion.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/48-wait-for-reusable-completion.yml) + +This workflow illustrates how to wait for other workflows completion before executing some operation (using reusable workflows). + +[![49 - Rename on release](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/49-rename-on-release.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/49-rename-on-release.yml) + +This workflow illustrates how to rename a file according to the `github ref name` (branch or tag name).