From befd8bef586ac87e8696c2e80660610c327e822b Mon Sep 17 00:00:00 2001 From: walkowif <59475134+walkowif@users.noreply.github.com> Date: Tue, 14 Nov 2023 14:46:17 +0100 Subject: [PATCH] Fix a bug in JUnit XML comparison part (#195) --- .github/workflows/build-check-install.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-check-install.yaml b/.github/workflows/build-check-install.yaml index 8477cf80..c7d934de 100644 --- a/.github/workflows/build-check-install.yaml +++ b/.github/workflows/build-check-install.yaml @@ -625,7 +625,7 @@ jobs: env.junit_xml_comparison == 'true' && env.junit_xml_comparison_result_method == 'comment' && !github.event.pull_request.head.repo.fork && - github.event_name == 'pull-request' + github.event_name == 'pull_request' uses: marocchino/sticky-pull-request-comment@v2 with: header: markdown-table @@ -638,7 +638,7 @@ jobs: env.junit_xml_comparison == 'true' && env.junit_xml_comparison_result_method == 'artifact' && !github.event.pull_request.head.repo.fork && - github.event_name == 'pull-request' + github.event_name == 'pull_request' uses: actions/upload-artifact@v3 with: path: output-artifact.md