Skip to content

Commit 8509223

Browse files
committed
[feat] Change action name, update options
1 parent ae82e15 commit 8509223

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: GCC Problem Matcher
1+
name: GCC Problem Matcher Improved
22

33
description: Get annotations for warnings and errors on builds using gcc
44

@@ -11,8 +11,8 @@ branding:
1111
inputs:
1212
build-directory:
1313
description: 'base directory for build, e.g. /workdir/build'
14-
required: true
14+
required: false
1515

1616
runs:
1717
using: 'node16'
18-
main: 'dist/index.js'
18+
main: 'dist/index.js'

0 commit comments

Comments
 (0)