Skip to content

Commit eedff9f

Browse files
committed
greeting.yml: underscore
1 parent 45a0efe commit eedff9f

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
@@ -12,6 +12,6 @@ jobs:
1212
steps:
1313
- uses: actions/first-interaction@v3
1414
with:
15-
repo-token: ${{ secrets.GITHUB_TOKEN }}
16-
issue-message: 'Thanks for your report. I will have a look at it soon.'
17-
pr-message: 'Thank you for submitting. Please give me some time, as I may be busy at the moment.'
15+
repo_token: ${{ secrets.GITHUB_TOKEN }}
16+
issue_message: 'Thanks for your report. I will have a look at it soon.'
17+
pr_message: 'Thank you for submitting. Please give me some time, as I may be busy at the moment.'

0 commit comments

Comments
 (0)