Skip to content

Commit

Permalink
ci: diff html reporter integration
Browse files Browse the repository at this point in the history
  • Loading branch information
LingyuCoder committed Nov 30, 2023
1 parent 7716695 commit 25eb343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/diff-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
with:
source_file: 'diff_output'
destination_repo: 'web-infra-dev/rspack-report-website'
destination_folder: 'diff/${{ vars.GITHUB_RUN_ID }}'
destination_folder: 'diff/${GITHUB_RUN_ID}/'
user_email: '[email protected]'
user_name: 'LingyuCoder'
commit_message: 'Auto upload diff report'
2 changes: 1 addition & 1 deletion .github/workflows/diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
with:
source_file: 'diff_output'
destination_repo: 'web-infra-dev/rspack-report-website'
destination_folder: 'diff/${{ vars.GITHUB_RUN_ID }}'
destination_folder: 'diff/${GITHUB_RUN_ID}/'
user_email: '[email protected]'
user_name: 'LingyuCoder'
commit_message: 'Auto upload diff report'
Expand Down

0 comments on commit 25eb343

Please sign in to comment.