diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 0abd07732e88..548807e813cb 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -144,6 +144,6 @@ jobs: owner: "python", repo: "typeshed", title: `Daily tests failed on ${new Date().toDateString()}`, - body: "Runs listed here: https://github.com/python/typeshed/actions/workflows/daily.yml", + body: "Run listed here: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}", labels: ["help wanted"], }) diff --git a/.github/workflows/stubsabot.yml b/.github/workflows/stubsabot.yml index aeb354ca8929..5fb3265a6c5e 100644 --- a/.github/workflows/stubsabot.yml +++ b/.github/workflows/stubsabot.yml @@ -52,5 +52,5 @@ jobs: owner: "python", repo: "typeshed", title: `Stubsabot failed on ${new Date().toDateString()}`, - body: "Stubsabot runs are listed here: https://github.com/python/typeshed/actions/workflows/stubsabot.yml", + body: "Stubsabot run is listed here: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}", })