From 6218b2b1c4556a1fec5b2beea04ec1feacc17bb4 Mon Sep 17 00:00:00 2001 From: Sakamoto Noriaki Date: Mon, 23 Oct 2023 18:58:42 +0900 Subject: [PATCH] Fix usages of context object --- .github/workflows/automatic-rebase.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automatic-rebase.yaml b/.github/workflows/automatic-rebase.yaml index b0506eb0..95605294 100644 --- a/.github/workflows/automatic-rebase.yaml +++ b/.github/workflows/automatic-rebase.yaml @@ -40,6 +40,6 @@ jobs: repo: context.repo.repo, body: ` **Rebase failed!** - See the [execution logs](https://github.com/${context.github.repository}/actions/runs/${context.github.run_id}). + See the [execution logs](https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}). ` }) \ No newline at end of file