link to failing run directly from the issue when the daily test fails (#755)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f471029..fe869a7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -130,5 +130,5 @@
owner: "python",
repo: "typing_extensions",
title: `Daily tests failed on ${new Date().toDateString()}`,
- body: "Runs listed here: https://github.com/python/typing_extensions/actions/workflows/ci.yml",
+ body: "Run listed here: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}",
})