Skip to content

Commit

Permalink
Fix gradle scan link (#1408)
Browse files Browse the repository at this point in the history
Co-authored-by: Ashley Davies <[email protected]>
  • Loading branch information
ashdavies and ashdavies authored Dec 19, 2024
1 parent d4a0eb1 commit 42a405d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 42a405d

Please sign in to comment.