Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
olemorud authored Mar 15, 2023
1 parent 31f5585 commit baf95d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GCC Problem Matcher
name: GCC Problem Matcher Improved

description: Get annotations for warnings and errors on builds using gcc

Expand All @@ -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'
main: 'dist/index.js'

0 comments on commit baf95d0

Please sign in to comment.