From d01e942f0909844e2a26a69050728ebd63590803 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Fri, 15 May 2020 13:48:07 +0200 Subject: [PATCH] Link to condition and expression syntax docs too --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53cf3f3..8c63afe 100644 --- a/README.md +++ b/README.md @@ -94,8 +94,9 @@ jobs: - run: bundle exec rake ``` -See the [GitHub Actions documentation](https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions) -for more details about the workflow syntax. +See the GitHub Actions documentation for more details about the +[workflow syntax](https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions) +and the [condition and expression syntax](https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions). ### Supported Version Syntax