From 4e76b8f5c0135399a0e1c353168660018c2f7e6e Mon Sep 17 00:00:00 2001 From: Arthur Zucker Date: Wed, 28 Aug 2024 20:19:33 +0200 Subject: [PATCH] maybe this? --- .github/workflows/self-comment-slow-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/self-comment-slow-ci.yml b/.github/workflows/self-comment-slow-ci.yml index 8a306209409a3b..1d310fde38545f 100644 --- a/.github/workflows/self-comment-slow-ci.yml +++ b/.github/workflows/self-comment-slow-ci.yml @@ -55,7 +55,7 @@ jobs: id: create_run env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GITHUB_RUN_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/jobs/${{ github.job }} + GITHUB_RUN_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/jobs/${{ github.job_id }} run: | gh api \ --method POST \