diff --git a/.github/workflows/ansys_lab.yml b/.github/workflows/ansys_lab.yml index 4b3ef559c9..780701751f 100644 --- a/.github/workflows/ansys_lab.yml +++ b/.github/workflows/ansys_lab.yml @@ -52,4 +52,4 @@ jobs: git status git commit -a -m ${{ inputs.version }} git tag ${{ env.DESTINATION_BRANCH_NAME }}_${{ inputs.version }} - git push https://${{ secrets.DPF_PIPELINE }}@github.com/rlagha/ansys/pydpf-core.git --follow-tags + git push https://${{ secrets.DPF_PIPELINE }}@github.com/ansys/pydpf-core.git --follow-tags