Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyue-loop committed Nov 14, 2023
1 parent 2fb504d commit 5d7069d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/hf_repo_sync/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ runs:
run: |
git add ${{ inputs.FILES_TO_SYNC }}
git commit -m "Sync files"
git push https://${{ inputs.USER_NAME }}:${{ inputs.HF_TOKEN }}@huggingface.co/${{ inputs.REPO_NAME }}
git push https://${{ inputs.USER_NAME }}:${{ inputs.HF_TOKEN }}@huggingface.co/${{ inputs.HF_USER_NAME }}/${{ inputs.REPO_NAME }}
shell: bash
working-directory: ${{ inputs.REPO_NAME }}

0 comments on commit 5d7069d

Please sign in to comment.