From 400ed05c9489b8a17b34e92d53bf1b990cf93242 Mon Sep 17 00:00:00 2001 From: Junyan Qin <1010553892@qq.com> Date: Tue, 7 May 2024 15:49:54 +0800 Subject: [PATCH] fix(greetings.yml): typo `githhub` --- .github/workflows/greetings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 61d4888..f222afc 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -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."