diff --git a/.github/actions/hf_repo_sync/action.yml b/.github/actions/hf_repo_sync/action.yml index 1f244682..3cc2f688 100644 --- a/.github/actions/hf_repo_sync/action.yml +++ b/.github/actions/hf_repo_sync/action.yml @@ -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 }}