We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41ed2c8 + 5b14343 commit d1c807dCopy full SHA for d1c807d
.github/workflows/greetings.yml
@@ -8,12 +8,12 @@ jobs:
8
steps:
9
- uses: actions/first-interaction@v3
10
with:
11
- repo-token: ${{ secrets.GITHUB_TOKEN }}
12
- pr-message: |
+ repo_token: ${{ secrets.GITHUB_TOKEN }}
+ pr_message: |
13
Hello @${{ github.actor }}, thank you for submitting a PR! We will respond as soon as possible.
14
15
สวัสดี @${{ github.actor }} ขอบคุณที่ส่ง PR เข้ามา เราจะตอบกลับให้เร็วที่สุดเท่าที่จะทำได้
16
- issue-message: |
+ issue_message: |
17
Hello @${{ github.actor }}, thank you for your interest in our work!
18
19
If this is a bug report, please provide screenshots and **minimum viable code to reproduce your issue**, otherwise we can not help you.
0 commit comments