We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199d296 commit e6599c5Copy full SHA for e6599c5
.github/workflows/greetings.yml
@@ -10,7 +10,8 @@ jobs:
10
- uses: actions/first-interaction@v1
11
# At this moment, this GitHub Action has an issue: https://github.com/actions/first-interaction/issues/101
12
# In order to try to solve this, we use this: https://github.com/keploy/keploy/pull/182/files
13
- continue-on-error: true
+ # continue-on-error: true
14
+ # Finally, this issue is solved by this PR https://github.com/actions/first-interaction/pull/103 so no need to use that condition anymore
15
with:
16
repo-token: ${{ secrets.GITHUB_TOKEN }}
17
issue-message: 'Thanks for opening your first issue 😊 ! We really appreciate your work. Happy Coding 🎉🎊 !'
0 commit comments