[feat] Change action name, update options

This commit is contained in:
Ole Morud
2023-03-15 14:26:08 +01:00
committed by olemorud
parent ae82e15273
commit 8509223bc7

View File

@@ -1,4 +1,4 @@
name: GCC Problem Matcher
name: GCC Problem Matcher Improved
description: Get annotations for warnings and errors on builds using gcc
@@ -11,7 +11,7 @@ branding:
inputs:
build-directory:
description: 'base directory for build, e.g. /workdir/build'
required: true
required: false
runs:
using: 'node16'