Skip to content

Response Issues

Response Issues #69

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
if: githhub.repository == 'Soulter/hugging-chat-api'

Check failure on line 13 in .github/workflows/greetings.yml

View workflow run for this annotation

GitHub Actions / Greetings

Invalid workflow file

The workflow is not valid. .github/workflows/greetings.yml (Line: 13, Col: 11): Unrecognized named-value: 'githhub'. Located at position 1 within expression: githhub.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."
pr-message: "Hi! Thanks for your PR, we will deal with your PR as soon as possible.🤗"