From d4357deda670b249940daed9d5604da57099aec1 Mon Sep 17 00:00:00 2001 From: Xavier Lau Date: Fri, 27 Dec 2024 21:54:37 +0800 Subject: [PATCH] Fix issue-number --- action/try-runtime/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action/try-runtime/action.yml b/action/try-runtime/action.yml index ba50382..cd353e6 100644 --- a/action/try-runtime/action.yml +++ b/action/try-runtime/action.yml @@ -90,7 +90,7 @@ runs: - name: Comment result uses: peter-evans/create-or-update-comment@v4 with: - issue-number: ${{ github.event.pull_request.number }} + issue-number: ${{ github.event.issue.number }} body: |
try-runtime result of `${{ inputs.runtime }}`