Skip to content

Commit e9debe1

Browse files
committed
try fix test result url
use ${GITHUB_REPOSITORY#*/} for repo name
1 parent 7908fca commit e9debe1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github_actions_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
if: always()
6969
run: |
7070
npx allure generate allure-results --clean -o allure-report
71-
sed -i 's|<base href="/">|<base href="/forcePointPlaywrightPythonTest/">|' allure-report/index.html
71+
sed -i "s|<base href=\"/\">|<base href=\"/${GITHUB_REPOSITORY#*/}/\">|" allure-report/index.html
7272
7373

7474

0 commit comments

Comments
 (0)