Updated .github/workflows/greetings.yml

This commit is contained in:
Tonye Jack 2022-10-06 10:55:39 -06:00
parent f014e08ed4
commit bdf21ace47

View File

@ -6,7 +6,7 @@ jobs:
greeting: greeting:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/first-interaction@v1.1.0 - uses: actions/first-interaction@v1
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thanks for reporting this issue, don't forget to star this project if you haven't already to help us reach a wider audience." issue-message: "Thanks for reporting this issue, don't forget to star this project if you haven't already to help us reach a wider audience."