Skip to content

Commit

Permalink
Update add-comment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiisamko091184 authored Apr 18, 2024
1 parent c2701d5 commit 5f76a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Create comment
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: 1
issue-number: ${{ github.event.issue.number }}
body: |
This is a multi-line test comment
- With GitHub **Markdown** :sparkles:
Expand Down

0 comments on commit 5f76a35

Please sign in to comment.