Skip to content

Commit

Permalink
Fix issue-number
Browse files Browse the repository at this point in the history
  • Loading branch information
aurexav committed Dec 27, 2024
1 parent b64fe47 commit d4357de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/try-runtime/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
<details>
<summary>try-runtime result of `${{ inputs.runtime }}`</summary>
Expand Down

0 comments on commit d4357de

Please sign in to comment.