diff --git a/.github/workflows/add-comment.yml b/.github/workflows/add-comment.yml index 0bd4d832c57..d0c05e9d45c 100644 --- a/.github/workflows/add-comment.yml +++ b/.github/workflows/add-comment.yml @@ -19,7 +19,7 @@ jobs: with: issue-number: ${{ github.event.issue.number }} body: | - Hey ${{ github.user.name }} + Hey ${{ github.event.issue.number }} This is a multi-line test comment - With GitHub **Markdown** :sparkles: - Created by [create-or-update-comment][1]