Skip to content

Commit

Permalink
fix: full report and pr badges health missmatch (#29)
Browse files Browse the repository at this point in the history
Fixing #27
  • Loading branch information
brenoepics authored Oct 4, 2024
1 parent 3afc445 commit f8387f4
Show file tree
Hide file tree
Showing 15 changed files with 645 additions and 342 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
node-version: '20'

- name: Vue Mess Detector Analysis
uses: brenoepics/[email protected].5
# with:
# check inputs for full args list
uses: brenoepics/[email protected].6
# with:
# check inputs for full args list

```

Expand All @@ -79,7 +79,7 @@ artifacts.
| Input | Description | Required | Default |
|-------------------|------------------------------------------------------|----------|---------------------------------------------------------|
| github-token | GitHub token for commenting on pull requests | `false` | |
| github-token | GitHub token for commenting on pull requests | `false` | `github.token` |
| version | Version of Vue Mess Detector | `true` | [`latest`](https://github.com/rrd108/vue-mess-detector) |
| skipInstall | Skip the installation of Vue Mess Detector | `true` | `false` |
| skipBots | Skip running analysis on pull requests from bots | `true` | `true` |
Expand Down
Loading

0 comments on commit f8387f4

Please sign in to comment.