Skip to content

Commit 053f574

Browse files
authored
link to failing run directly from the issue when the daily test fails (#755)
1 parent 7b79d4a commit 053f574

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,5 @@ jobs:
130130
owner: "python",
131131
repo: "typing_extensions",
132132
title: `Daily tests failed on ${new Date().toDateString()}`,
133-
body: "Runs listed here: https://github.com/python/typing_extensions/actions/workflows/ci.yml",
133+
body: "Run listed here: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}",
134134
})

0 commit comments

Comments
 (0)