Skip to content

Commit

Permalink
Edit main.yml to pull changes from HuggingFace
Browse files Browse the repository at this point in the history
  • Loading branch information
miragecoa committed Aug 22, 2024
1 parent c0eeb26 commit 5c353d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
with:
fetch-depth: 0
lfs: true
- name: Pull latest changes from remote
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: git pull https://jiminHuang:[email protected]/spaces/TheFinAI/Open-Financial-LLM-Leaderboard main
- name: Push to hub
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
Expand Down

0 comments on commit 5c353d6

Please sign in to comment.