diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 9f3097f5a5..c7b7494eec 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -90,6 +90,7 @@ jobs: else echo "MESSAGE=🚫 Build failed!" >> $GITHUB_ENV fi + echo "${{ needs.build.result }}" - name: "Comment to Pull Request #${{ inputs.pr-number }}" uses: thollander/actions-comment-pull-request@v2 with: