Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Commit

Permalink
Merge pull request #2 from mathrix-education/dev
Browse files Browse the repository at this point in the history
chore: rename action, add branding
  • Loading branch information
matbour authored Nov 23, 2019
2 parents b028cf6 + e19784a commit ef52baf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Sonar Scanner
name: Scan with Sonar Scanner
author: Mathrix Education SA
description: Sonar Scanner on Github Actions.
branding:
color: gray-dark
icon: upload-cloud
runs:
using: 'node12'
main: 'dist/index.js'
Expand All @@ -9,7 +12,7 @@ inputs:
description: The Sonar Scanner version.
required: true
options:
description: Default Sonar Scanner options. Read as a YAML docuemnt (you may use the pipe '|' YAML operator).
description: Default Sonar Scanner options. Read as a YAML document (you may use the pipe '|' YAML operator).
required: false
typescript:
description: >
Expand Down

0 comments on commit ef52baf

Please sign in to comment.