Skip to content

Commit

Permalink
Merge pull request #176 from arkahna/main
Browse files Browse the repository at this point in the history
Allow the version of the cli that's installed to be set by configuration.
  • Loading branch information
muno92 authored Oct 25, 2021
2 parents a807ef2 + 5220a3d commit 4ee3370
Show file tree
Hide file tree
Showing 8 changed files with 15,933 additions and 989 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ Default is '1'.

Set this option '0', only annotation is enabled, action will not failed when issue is exists.

### version

Default is '2021.1.5'.

Set this option to change the version of the Resharper CLI that's installed.

## Usage

```yaml
Expand Down
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ inputs:
failOnIssue:
required: false
default: '1'
description: 'action fail when issue exists'
description: 'action fail when issue exists'
version:
required: false
description: 'input solution file path here'
default: '2021.1.5'
runs:
using: 'node12'
main: 'dist/index.js'
Expand Down
Loading

0 comments on commit 4ee3370

Please sign in to comment.