From 8509223bc77940bb1194e6770ecafff8ba246d4d Mon Sep 17 00:00:00 2001 From: Ole Morud <82065181+olemorud@users.noreply.github.com> Date: Wed, 15 Mar 2023 14:26:08 +0100 Subject: [PATCH] [feat] Change action name, update options --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'