We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1195c5e commit 26a7a8eCopy full SHA for 26a7a8e
.github/workflows/auto-comments.yml
@@ -11,11 +11,11 @@ jobs:
11
- name: Create comment
12
uses: peter-evans/create-or-update-comment@v2
13
with:
14
- issue-number: 1
+ issue-number: ${{ github.event.issue.number }}
15
body: |
16
<hr/>
17
<p align="center">🔴</p>
18
<p align="center">👨💻 I'm so busy recently, so I'm going away for a little while, but I'll come back by the end of this month.</p>
19
<p align="center">♥️ Rest assured, I love this project, I will not give up.</p>
20
<p align="right">2022.11.xx</p>
21
- <hr/>
+ <hr/>
0 commit comments