Skip to content

Commit

Permalink
update README file
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeFalourd committed Feb 15, 2024
1 parent 88a37ee commit 9a4dbd3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ This workflow illustrates how to create a new Pull Request based on a branch nam

This workflow illustrates how to add a comment on a new Pull Request based on the github actor name after a PR event.

[![30 - Webhook Release](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/30-webhook-release.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/30-webhook-releaseh.yml)
[![30 - Webhook Release](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/30-webhook-release.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/30-webhook-releaseh.yml) - **Deprecated**

This workflow illustrates how to call a webhook on each release extracting the release tag.

Expand Down Expand Up @@ -235,11 +235,11 @@ This workflow illustrates how to list all files from a specific extension (here,

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)
[![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) - **As expected**

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)
[![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) - **Deprecated**

This workflow illustrates how to wait for other workflows completion before executing some operation (using reusable workflows).

Expand Down Expand Up @@ -315,7 +315,7 @@ This workflow shows the os type value for each github runner os.

This workflow illustrates how to extract a semantic version from a Release Candidate branch name.

[![70 - Post Failure](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/70-post-failure.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/70-post-failure.yml)
[![70 - Post Failure](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/70-post-failure.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/70-post-failure.yml) - **As expected**

This workflow illustrates how to execute a job when a previous job fails (post failure operations).

Expand Down

0 comments on commit 9a4dbd3

Please sign in to comment.