Skip to content

Commit 08515e6

Browse files
committed
[docs] Update README.md
1 parent 8509223 commit 08515e6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# GCC problem matcher
22

3+
Unstable release!
4+
35
Creates annotations for warnings and errors in gcc builds.
46

57
## Inputs
68

7-
### root
9+
### build-directory
810

911
**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.
1012

@@ -15,5 +17,5 @@ Just add this line anywhere before running the build step.
1517
```yaml
1618
- uses: olemorud/gcc-problem-matcher@master
1719
with:
18-
root: /workspace/build
19-
```
20+
build-directory: /workspace/build/
21+
```

0 commit comments

Comments
 (0)