Skip to content

Commit 1592a14

Browse files
committed
fix link rendering
1 parent bae319d commit 1592a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/external-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
'⚠️ Some tests failed. Please review the failing tests before merging.'}
206206
<details>
207207
<summary>View workflow run</summary>
208-
[View full test results](https://github.com/supabase/supabase-js/actions/runs/${{ github.run_id }})
208+
<a href="https://github.com/supabase/supabase-js/actions/runs/${{ github.run_id }}">View full test results</a>
209209
</details>`;
210210
try {
211211
// First, try to find an existing comment from this bot

0 commit comments

Comments
 (0)