Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrybyk committed Feb 5, 2024
1 parent bb60c46 commit 651291a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 651291a

Please sign in to comment.