From a9f3482630c5f8023872c773ad9e68da01078a25 Mon Sep 17 00:00:00 2001 From: Ole Morud <82065181+olemorud@users.noreply.github.com> Date: Thu, 16 Mar 2023 14:04:34 +0100 Subject: [PATCH] [docs] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0135ebd..00cf7e2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Creates annotations for warnings and errors in gcc builds. ## Example usage -Create annotations for builds done in the root directory. Add this anywhere before starting the build. +Create annotations for builds done in the default directory. Add this anywhere before starting the build. ```yaml - uses: olemorud/gcc-problem-matcher@v1.0 @@ -26,4 +26,8 @@ Create annotations for builds done in directory `/workspace/build/` - uses: olemorud/gcc-problem-matcher@master with: build-directory: /workspace/build/ + + - name: Build + run: | + ... ```