[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 description: Get annotations for warnings and errors on builds using gcc
@@ -11,8 +11,8 @@ branding:
inputs: inputs:
build-directory: build-directory:
description: 'base directory for build, e.g. /workdir/build' description: 'base directory for build, e.g. /workdir/build'
required: true required: false
runs: runs:
using: 'node16' using: 'node16'
main: 'dist/index.js' main: 'dist/index.js'