Skip to content

Delete medmind_preview.jpg #3

Delete medmind_preview.jpg

Delete medmind_preview.jpg #3

name: Sync to Hugging Face Hub
on:
push:
branches: [main]
workflow_dispatch:
jobs:
sync-to-hub:
runs_on: .github/workflows/sync_to_hugging_face.yml

Check failure on line 11 in .github/workflows/sync_to_hugging_face.yml

View workflow run for this annotation

GitHub Actions / Sync to Hugging Face Hub

Invalid workflow file

The workflow is not valid. .github/workflows/sync_to_hugging_face.yml (Line: 11, Col: 5): Unexpected value 'runs_on' .github/workflows/sync_to_hugging_face.yml (Line: 11, Col: 5): Required property is missing: runs-on
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Push to Hub
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: git push --force https://jayash391:$HF_TOKEN@huggingface.co/spaces/jayash391/RAG_MedMind main