From 337576fbb9a9211275eb5713f212e06a7044ed4e Mon Sep 17 00:00:00 2001 From: Jonathan Tamsut Date: Thu, 27 Apr 2023 09:00:21 -0700 Subject: [PATCH] small README update --- expressions/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/expressions/README.md b/expressions/README.md index 2076ada..bd85fe9 100644 --- a/expressions/README.md +++ b/expressions/README.md @@ -1,5 +1,7 @@ # actions/expressions +blah + `@actions/expressions` is a library to parse and evaluate GitHub Actions [expressions](https://docs.github.com/actions/learn-github-actions/expressions). ## Installation @@ -92,4 +94,4 @@ npm run format-check ## License -This project is licensed under the terms of the MIT open source license. Please refer to [MIT](../LICENSE) for the full terms. \ No newline at end of file +This project is licensed under the terms of the MIT open source license. Please refer to [MIT](../LICENSE) for the full terms.