Skip to content

Commit

Permalink
ci: temp fix the greetings action (#182)
Browse files Browse the repository at this point in the history
temp fixing the greetings action based on the suggestion provided here - actions/first-interaction#101 (comment)
  • Loading branch information
slayerjain committed Oct 3, 2022
1 parent a3def85 commit 8ce3199
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/greetings.yml
Expand Up @@ -10,6 +10,7 @@ jobs:
pull-requests: write
steps:
- uses: actions/first-interaction@v1
continue-on-error: true
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thank you and congratulations 🎉 for opening your very first issue in keploy'
Expand Down

0 comments on commit 8ce3199

Please sign in to comment.