File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,6 @@ jobs:
144144 owner: "python",
145145 repo: "typeshed",
146146 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 }} ",
148148 labels: ["help wanted"],
149149 })
Original file line number Diff line number Diff line change 5252 owner: "python",
5353 repo: "typeshed",
5454 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 }} ",
5656 })
You can’t perform that action at this time.
0 commit comments