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 cb71975 commit 2507690Copy full SHA for 2507690
.github/workflows/third_party.yml
@@ -394,5 +394,5 @@ jobs:
394
owner: "python",
395
repo: "typing_extensions",
396
title: `Third-party tests failed on ${new Date().toDateString()}`,
397
- 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 }}",
398
})
0 commit comments