From 33ccd18d75d84d52c5a01f3c1d98c22c04d180e2 Mon Sep 17 00:00:00 2001 From: Brian Schubert Date: Fri, 6 Dec 2024 13:41:35 -0500 Subject: [PATCH] Use current run URL in issue body --- .github/workflows/third_party.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/third_party.yml b/.github/workflows/third_party.yml index 622d13d4..9de7745d 100644 --- a/.github/workflows/third_party.yml +++ b/.github/workflows/third_party.yml @@ -394,5 +394,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 }}", })