Skip to content

更新数据集

更新数据集 #2

Workflow file for this run

name: Sync to Hugging Face hub
on:
push:
branches: [main]
# to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
sync-to-hub:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
lfs: true
- name: Push to hub
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
HF_USERNAME: ${{ secerts.HF_USERNAME }}

Check failure on line 19 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / Sync to Hugging Face hub

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 19, Col: 24): Unrecognized named-value: 'secerts'. Located at position 1 within expression: secerts.HF_USERNAME .github/workflows/main.yml (Line: 20, Col: 22): Unrecognized named-value: 'sercerts'. Located at position 1 within expression: sercerts.REPO_NAME
REPO_NAME: ${{ sercerts.REPO_NAME }}
run: git push https://$HF_USERNAME:$HF_TOKEN@huggingface.co/$HF_USERNAME/REPO_NAME main