diff --git a/action.yml b/action.yml index 4a0261a..e4f7aa7 100644 --- a/action.yml +++ b/action.yml @@ -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,8 +11,8 @@ branding: inputs: build-directory: description: 'base directory for build, e.g. /workdir/build' - required: true + required: false runs: using: 'node16' - main: 'dist/index.js' \ No newline at end of file + main: 'dist/index.js'