Update greetings.yml
This commit is contained in:
@@ -11,6 +11,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/first-interaction@v3
|
- uses: actions/first-interaction@v3
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
issue-message: "Message that will be displayed on users' first issue"
|
issue_message: "Message that will be displayed on users' first issue"
|
||||||
pr-message: "Message that will be displayed on users' first pull request"
|
pr_message: "Message that will be displayed on users' first pull request"
|
||||||
|
|||||||
Reference in New Issue
Block a user