Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V0.0.3 #22

Merged
merged 2 commits into from
Sep 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
node-version: '20'

- name: Vue Mess Detector Analysis
uses: brenoepics/[email protected].2
uses: brenoepics/[email protected].3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# check inputs for full args list
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -137804,7 +137804,7 @@ const coverageInfo = `
📁 Total Files: {{filesCount}}
`;
const artifactText = `
🔍 [View Full Analysis Details](../actions/runs/{{runId}}/artifacts/{{artifactId}})
🔍 [Download Full Analysis Details](../actions/runs/{{runId}}/artifacts/{{artifactId}})
`;
function getCommentTemplate(result, artifactId) {
let message = replaceRepoData(commentTemplate, artifactId);
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vmd-action",
"version": "0.0.2",
"version": "0.0.3",
"description": "",
"main": "dist/index.js",
"type": "module",
Expand Down