Skip to content

Commit 10461ff

Browse files
committed
Update variable interop git URL in GitHub workflow config.
1 parent fc3fcee commit 10461ff

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: setup-git-credentials
1919
run: |
20-
git config --global url.https://${{ secrets.PHX_NIGHTLY_SECRET }}@github.com/pyansys/ansys-common-variableinterop.insteadOf https://github.com/pyansys/ansys-common-variableinterop
20+
git config --global url.https://${{ secrets.PHX_NIGHTLY_SECRET }}@github.com/pyansys/pyansys-tools-variableinterop.insteadOf https://github.com/pyansys/pyansys-tools-variableinterop
2121
2222
- uses: actions/checkout@v2
2323
with:

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
steps:
2424
- name: setup-git-credentials
2525
run: |
26-
git config --global url.https://${{ secrets.PHX_NIGHTLY_SECRET }}@github.com/pyansys/ansys-common-variableinterop.insteadOf https://github.com/pyansys/ansys-common-variableinterop
27-
26+
git config --global url.https://${{ secrets.PHX_NIGHTLY_SECRET }}@github.com/pyansys/pyansys-tools-variableinterop.insteadOf https://github.com/pyansys/pyansys-tools-variableinterop
27+
2828
- uses: actions/checkout@v2
2929
with:
3030
token: ${{ secrets.PHX_NIGHTLY_SECRET }}

.github/workflows/style.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
steps:
1818
- name: setup-git-credentials
1919
run: |
20-
git config --global url.https://${{ secrets.PHX_NIGHTLY_SECRET }}@github.com/pyansys/ansys-common-variableinterop.insteadOf https://github.com/pyansys/ansys-common-variableinterop
21-
20+
git config --global url.https://${{ secrets.PHX_NIGHTLY_SECRET }}@github.com/pyansys/pyansys-tools-variableinterop.insteadOf https://github.com/pyansys/pyansys-tools-variableinterop
21+
2222
- uses: actions/checkout@v2
2323
with:
2424
token: ${{ secrets.PHX_NIGHTLY_SECRET }}

0 commit comments

Comments
 (0)