Skip to content

Commit 1d5ba44

Browse files
authored
Correct key names in greetings.yml workflow
1 parent 8cc9156 commit 1d5ba44

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/greetings.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
steps:
99
- uses: actions/first-interaction@v3
1010
with:
11-
repo-token: ${{ secrets.GITHUB_TOKEN }}
12-
issue-message: 'Hello @${{ github.actor }}! 😊 Thank you for submitting your first PR. 🚀'
13-
pr-message: 'Hello @${{ github.actor }}! 😊 Thank you for your interest in our work. 🚀'
11+
repo_token: ${{ secrets.GITHUB_TOKEN }}
12+
issue_message: 'Hello @${{ github.actor }}! 😊 Thank you for submitting your first PR. 🚀'
13+
pr_message: 'Hello @${{ github.actor }}! 😊 Thank you for your interest in our work. 🚀'

0 commit comments

Comments
 (0)