Skip to content

ci: add star gratitude workflow #1

ci: add star gratitude workflow

ci: add star gratitude workflow #1

Workflow file for this run

name: Star gratitude

Check failure on line 1 in .github/workflows/star.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/star.yml

Invalid workflow file

(Line: 4, Col: 3): Unexpected value 'star'
on:
star:
types: [created]
jobs:
thank-you:
runs-on: ubuntu-latest
steps:
- name: Thank you!
run: |
echo "Thanks for starring! 🙏"
echo "Check out our live demos at https://huggingface.co/my-ai-stack"