From 08515e67e15d0054eeb0e05cdec35990b47da988 Mon Sep 17 00:00:00 2001 From: Ole Morud <82065181+olemorud@users.noreply.github.com> Date: Wed, 15 Mar 2023 15:31:29 +0100 Subject: [PATCH] [docs] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e190972..0ed3636 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # GCC problem matcher +Unstable release! + Creates annotations for warnings and errors in gcc builds. ## Inputs -### root +### build-directory **Optional** Base directory for build. For builds done in a subdirectory, this should match that directory, otherwise the pattern match will not be able to point to the correct file. @@ -15,5 +17,5 @@ Just add this line anywhere before running the build step. ```yaml - uses: olemorud/gcc-problem-matcher@master with: - root: /workspace/build -``` \ No newline at end of file + build-directory: /workspace/build/ +```