Skip to content

Commit

Permalink
fix(greetings.yml): typo githhub
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ committed May 7, 2024
1 parent 74ca802 commit 400ed05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
pull-requests: write
steps:
- uses: actions/first-interaction@v1
if: githhub.repository == 'Soulter/hugging-chat-api'
if: github.repository == 'Soulter/hugging-chat-api'
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Hi! Thanks for your issue, we will deal with your issue as soon as possible."
Expand Down

0 comments on commit 400ed05

Please sign in to comment.