Skip to content

Commit

Permalink
Merge branch 'main' into example-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrybyk authored Feb 5, 2024
2 parents 848d942 + ec63cf6 commit 039c7d5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36850,7 +36850,7 @@ __nccwpck_require__.a(module, async (__webpack_handle_async_dependencies__, __we



const baseDir = 'allure-js-action';
const baseDir = 'allure-action';
const allureRelease = '2.27.0';
const allureCliDir = 'allure-cli';
const allureArchiveName = 'allure-commandline.tgz';
Expand Down
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { getBranchName } from './src/helpers.js'
import { isFileExist } from './src/isFileExists.js'
import { cleanupOutdatedBranches, cleanupOutdatedReports } from './src/cleanup.js'

const baseDir = 'allure-js-action'
const baseDir = 'allure-action'
const allureRelease = '2.27.0'
const allureCliDir = 'allure-cli'
const allureArchiveName = 'allure-commandline.tgz'
Expand Down
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": "allure-report-branch-js-action",
"version": "1.2.0",
"version": "1.3.0",
"description": "Allure Report with history per branch",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 039c7d5

Please sign in to comment.