We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67d5dac commit 22561dcCopy full SHA for 22561dc
.github/workflows/greetings.yml
@@ -9,5 +9,5 @@ jobs:
9
- uses: actions/first-interaction@v1
10
with:
11
repo-token: ${{ secrets.GITHUB_TOKEN }}
12
- issue-message: 'Welcome to Spring-Boot-Blog-REST-API community! Thanks so much for creating your first issue :)'
13
- pr-message: 'Thanks so much for creating your first PR, the Spring-Boot-Blog-REST-API community thanks you :)'
+ issue-message: 'Welcome @${{ github.actor }} to Spring-Boot-Blog-REST-API community! Thanks so much for creating your first issue :)'
+ pr-message: 'Thanks so much @${{ github.actor }} for creating your first PR, the Spring-Boot-Blog-REST-API community thanks you :)'
0 commit comments