[feat] Change action name, update options
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user