Skip to content

Commit 980fb3a

Browse files
committed
fix: try markdown for images
1 parent 7c64e84 commit 980fb3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/post-maestro-screenshot/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ runs:
103103
104104
### 📸 Final Test Screenshot
105105
106-
<img width="600" alt="Maestro Test Results - ${{ inputs.platform }}" src="${{ steps.upload-screenshot.outputs.url }}" />
106+
![Maestro Test Results - ${{ inputs.platform }}](${{ steps.upload-screenshot.outputs.url }})
107107
108108
*Screenshot automatically captured from End-to-End tests and will expire in 30 days*
109109

0 commit comments

Comments
 (0)