From e2b8d38bb5d7ef2f1d762e9b4b4c2a3ee8d87f5f Mon Sep 17 00:00:00 2001 From: Rishav Dhar <19497993+rdhar@users.noreply.github.com> Date: Sat, 28 Dec 2024 13:58:27 +0000 Subject: [PATCH] fix: display timestamp for `issue_comment` event trigger (#380) Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d7e2d629..3cd8edd2 100644 --- a/action.yml +++ b/action.yml @@ -360,7 +360,7 @@ runs:
${summary}
- ###### 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}).
\`\`\`${syntax}