diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index e1925499a..febda16e9 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -74,7 +74,7 @@ jobs: - uses: thollander/actions-comment-pull-request@v3 if: ${{ steps.gradle-build.outputs.build-scan-url }} with: - message: "Build scan published to ${{ steps.gradle.outputs.build-scan-url }}" + message: "Build scan published to ${{ steps.gradle-build.outputs.build-scan-url }}" comment-tag: build-scan-url mode: recreate