Skip to content

Commit d1c807d

Browse files
authored
Merge pull request #1180 from PyThaiNLP/bact-patch-1
Fix YAML syntax for greetings workflow
2 parents 41ed2c8 + 5b14343 commit d1c807d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/greetings.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
steps:
99
- uses: actions/first-interaction@v3
1010
with:
11-
repo-token: ${{ secrets.GITHUB_TOKEN }}
12-
pr-message: |
11+
repo_token: ${{ secrets.GITHUB_TOKEN }}
12+
pr_message: |
1313
Hello @${{ github.actor }}, thank you for submitting a PR! We will respond as soon as possible.
1414
1515
สวัสดี @${{ github.actor }} ขอบคุณที่ส่ง PR เข้ามา เราจะตอบกลับให้เร็วที่สุดเท่าที่จะทำได้
16-
issue-message: |
16+
issue_message: |
1717
Hello @${{ github.actor }}, thank you for your interest in our work!
1818
1919
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

Comments
 (0)