Skip to content

Commit

Permalink
fix: display timestamp for issue_comment event trigger (#380)
Browse files Browse the repository at this point in the history
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
  • Loading branch information
rdhar authored Dec 28, 2024
1 parent 2b03ccb commit e2b8d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ runs:
<details><summary>${summary}</br>
<!-- placeholder-4 -->
###### By ${handle}${GITHUB_TRIGGERING_ACTOR} at ${{ github.event.pull_request.updated_at || github.event.head_commit.timestamp || github.event.merge_group.head_commit.timestamp }} [(view log)](${run_url}).
###### By ${handle}${GITHUB_TRIGGERING_ACTOR} at ${{ github.event.pull_request.updated_at || github.event.comment.created_at || github.event.head_commit.timestamp || github.event.merge_group.head_commit.timestamp }} [(view log)](${run_url}).
</summary>
\`\`\`${syntax}
Expand Down

0 comments on commit e2b8d38

Please sign in to comment.