-
-
Notifications
You must be signed in to change notification settings - Fork 594
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
LingyuCoder
committed
Nov 30, 2023
1 parent
093d52c
commit 7716695
Showing
2 changed files
with
3 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,14 +66,7 @@ jobs: | |
with: | ||
source_file: 'diff_output' | ||
destination_repo: 'web-infra-dev/rspack-report-website' | ||
destination_folder: 'diff/$GITHUB_RUN_ID' | ||
destination_folder: 'diff/${{ vars.GITHUB_RUN_ID }}' | ||
user_email: '[email protected]' | ||
user_name: 'LingyuCoder' | ||
commit_message: 'Auto upload diff report' | ||
|
||
- name: Write a new comment | ||
uses: peter-evans/create-or-update-comment@v3 | ||
continue-on-error: true | ||
with: | ||
issue-number: ${{ github.event.issue.number }} | ||
body-path: 'diff_output/stats.md' | ||
commit_message: 'Auto upload diff report' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,7 +66,7 @@ jobs: | |
with: | ||
source_file: 'diff_output' | ||
destination_repo: 'web-infra-dev/rspack-report-website' | ||
destination_folder: 'diff/$GITHUB_RUN_ID' | ||
destination_folder: 'diff/${{ vars.GITHUB_RUN_ID }}' | ||
user_email: '[email protected]' | ||
user_name: 'LingyuCoder' | ||
commit_message: 'Auto upload diff report' | ||
|