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 45a0efe commit eedff9fCopy full SHA for eedff9f
.github/workflows/greetings.yml
@@ -12,6 +12,6 @@ jobs:
12
steps:
13
- uses: actions/first-interaction@v3
14
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.'
+ repo_token: ${{ secrets.GITHUB_TOKEN }}
+ issue_message: 'Thanks for your report. I will have a look at it soon.'
+ pr_message: 'Thank you for submitting. Please give me some time, as I may be busy at the moment.'
0 commit comments