diff --git a/.github/workflows/third_party.yml b/.github/workflows/third_party.yml index 0bf1c820..d5a85399 100644 --- a/.github/workflows/third_party.yml +++ b/.github/workflows/third_party.yml @@ -392,5 +392,5 @@ jobs: owner: "python", repo: "typing_extensions", title: `Third-party tests failed on ${new Date().toDateString()}`, - body: "Full history of runs listed here: https://github.com/python/typing_extensions/actions/workflows/third_party.yml", + body: "Run listed here: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}", })