From ceb31f16c842646bdaedcee0e5a2648663c54971 Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Thu, 16 Jul 2026 21:58:01 +0900 Subject: [PATCH] refacotr(gh): refactor --- .github/workflows/frontend-browser-diagnostics.comment.yml | 2 +- .github/workflows/frontend-bundle-diagnostics.comment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/frontend-browser-diagnostics.comment.yml b/.github/workflows/frontend-browser-diagnostics.comment.yml index 6b2f2b5a56..5098e618ad 100644 --- a/.github/workflows/frontend-browser-diagnostics.comment.yml +++ b/.github/workflows/frontend-browser-diagnostics.comment.yml @@ -40,5 +40,5 @@ jobs: uses: thollander/actions-comment-pull-request@v3 with: pr-number: ${{ steps.load-pr-number.outputs.pr-number }} - comment-tag: frontend_browser_diagnostics + comment-tag: frontend-browser-diagnostics file-path: ${{ runner.temp }}/frontend-browser-diagnostics/frontend-browser-diagnostics.md diff --git a/.github/workflows/frontend-bundle-diagnostics.comment.yml b/.github/workflows/frontend-bundle-diagnostics.comment.yml index ecc6f1dcfa..3da6d0dcbc 100644 --- a/.github/workflows/frontend-bundle-diagnostics.comment.yml +++ b/.github/workflows/frontend-bundle-diagnostics.comment.yml @@ -175,5 +175,5 @@ jobs: uses: thollander/actions-comment-pull-request@v3 with: pr-number: ${{ steps.load-pr-number.outputs.pr-number }} - comment-tag: frontend_bundle_diagnostics + comment-tag: frontend-bundle-diagnostics file-path: ${{ runner.temp }}/frontend-bundle-report/frontend-bundle-diagnostics-report.md