Skip to content

Commit c30e88c

Browse files
committed
up allure
1 parent 2726b3e commit c30e88c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/add-action-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
steps:
1212
- uses: actions/[email protected]
1313
with:
14-
project-url: https://github.com/orgs/waku-org/projects/2
14+
project-url: https://github.com/orgs/logos-messaging/projects/2
1515
github-token: ${{ secrets.ADD_TO_PROJECT_20240815 }}

.github/workflows/test-node.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
uses: actions/checkout@v3
7070
continue-on-error: true
7171
with:
72-
repository: waku-org/allure-jswaku
72+
repository: logos-messaging/logos-messaging-js-allure
7373
ref: gh-pages
7474
path: gh-pages
7575
token: ${{ env.GITHUB_TOKEN }}
@@ -89,7 +89,7 @@ jobs:
8989
uses: peaceiris/actions-gh-pages@v3
9090
with:
9191
personal_token: ${{ env.GITHUB_TOKEN }}
92-
external_repository: waku-org/allure-jswaku
92+
external_repository: logos-messaging/logos-messaging-js-allure
9393
publish_branch: gh-pages
9494
publish_dir: allure-history
9595

@@ -125,4 +125,4 @@ jobs:
125125
echo "## Run Information" >> $GITHUB_STEP_SUMMARY
126126
echo "- **NWAKU**: ${{ env.WAKUNODE_IMAGE }}" >> $GITHUB_STEP_SUMMARY
127127
echo "## Test Results" >> $GITHUB_STEP_SUMMARY
128-
echo "Allure report will be available at: https://waku-org.github.io/allure-jswaku/${{ github.run_number }}" >> $GITHUB_STEP_SUMMARY
128+
echo "Allure report will be available at: https://logos-messaging.github.io/logos-messaging-js-allure/${{ github.run_number }}" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)