-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: full report and pr badges health missmatch (#29)
Fixing #27
- Loading branch information
1 parent
3afc445
commit f8387f4
Showing
15 changed files
with
645 additions
and
342 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
``` | ||
|
||
|
@@ -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` | | ||
|
Oops, something went wrong.