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