File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,6 @@ jobs:
144
144
owner: "python",
145
145
repo: "typeshed",
146
146
title: `Daily tests failed on ${new Date().toDateString()}`,
147
- body: "Runs listed here: https:// github.com/python/typeshed/ actions/workflows/daily.yml ",
147
+ body: "Run listed here: ${{ github.server_url }}/${{ github.repository }}/ actions/runs/${{ github.run_id }} ",
148
148
labels: ["help wanted"],
149
149
})
Original file line number Diff line number Diff line change 52
52
owner: "python",
53
53
repo: "typeshed",
54
54
title: `Stubsabot failed on ${new Date().toDateString()}`,
55
- body: "Stubsabot runs are listed here: https:// github.com/python/typeshed/ actions/workflows/stubsabot.yml ",
55
+ body: "Stubsabot run is listed here: ${{ github.server_url }}/${{ github.repository }}/ actions/runs/${{ github.run_id }} ",
56
56
})
You can’t perform that action at this time.
0 commit comments