From 1494992943d544388dc802f6e5086b8b07a6e33a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Sat, 26 Jun 2021 14:13:26 -0300 Subject: [PATCH] update context workflow and README file Signed-off-by: GuillaumeFalourd --- .github/workflows/{24-github-context.yml => 24-contexts.yml} | 0 README.md | 4 ++++ 2 files changed, 4 insertions(+) rename .github/workflows/{24-github-context.yml => 24-contexts.yml} (100%) 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.