diff --git a/action.yml b/action.yml index 94aa926..57347ce 100644 --- a/action.yml +++ b/action.yml @@ -43,9 +43,9 @@ outputs: report_history_url: description: 'Published History list url' run_unique_id: - description: 'Name of the folder containing the generated Allure Report' + description: 'Name of the folder containing the report' report_path: - description: 'Path to the folder containing the generated Allure Report relative to the repo root' + description: 'Path to the folder containing the report relative to the repo root' runs: using: 'node20' main: 'dist/index.js' diff --git a/package-lock.json b/package-lock.json index 370cffd..9baed6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-trend-report-action", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "html-trend-report-action", - "version": "1.1.0", + "version": "1.1.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 8eac99f..3914c95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-trend-report-action", - "version": "1.1.0", + "version": "1.1.1", "description": "Publish html trend reports per branch", "main": "index.js", "type": "module",