We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 193a951 + 3c0e233 commit b785438Copy full SHA for b785438
.github/workflows/hfUpdate.yml
@@ -25,6 +25,6 @@ jobs:
25
- name: Setup environment
26
run: |
27
echo "HUGGINGFACE_LOGIN_TOKEN=${{ secrets.HUGGINGFACE_LOGIN_TOKEN }}" > .env
28
- echo "VITE_ENV=${{ secrets.VITE_ENV }}" > .env
+ echo "VITE_ENV=${{ secrets.VITE_ENV }}" >> .env
29
- name: Run script
30
run: python updateHfDataset.py
0 commit comments