Skip to content

Commit b785438

Browse files
authored
Merge pull request #2005 from hackforla/fix-git-workflow-update-hf-dataset-1990
Update input redirection to append env
2 parents 193a951 + 3c0e233 commit b785438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hfUpdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
- name: Setup environment
2626
run: |
2727
echo "HUGGINGFACE_LOGIN_TOKEN=${{ secrets.HUGGINGFACE_LOGIN_TOKEN }}" > .env
28-
echo "VITE_ENV=${{ secrets.VITE_ENV }}" > .env
28+
echo "VITE_ENV=${{ secrets.VITE_ENV }}" >> .env
2929
- name: Run script
3030
run: python updateHfDataset.py

0 commit comments

Comments
 (0)