We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae319d commit 1592a14Copy full SHA for 1592a14
.github/workflows/external-test.yml
@@ -205,7 +205,7 @@ jobs:
205
'⚠️ Some tests failed. Please review the failing tests before merging.'}
206
<details>
207
<summary>View workflow run</summary>
208
- [View full test results](https://github.com/supabase/supabase-js/actions/runs/${{ github.run_id }})
+ <a href="https://github.com/supabase/supabase-js/actions/runs/${{ github.run_id }}">View full test results</a>
209
</details>`;
210
try {
211
// First, try to find an existing comment from this bot
0 commit comments