diff --git a/.github/workflows/24-github-context.yml b/.github/workflows/24-contexts.yml similarity index 100% rename from .github/workflows/24-github-context.yml rename to .github/workflows/24-contexts.yml diff --git a/README.md b/README.md index 2bec95d47f..5f978b1b07 100644 --- a/README.md +++ b/README.md @@ -129,3 +129,7 @@ This workflow illustrates how use cherry-pick to generate a new release branch i [![22 - Install runner tools](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/22-install-runner-tools.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/22-install-runner-tools.yml) This workflow illustrates how to install tools not supported by the ubuntu runner using `apt-get install`. + +[![24 - Github Context](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/24-contexts.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/24-contexts.yml) + +This workflow illustrates how to access various context variables on a workflow.