Skip to content

Commit b6694b6

Browse files
Adopt the ATVI changes to file variable local content retrieval. (#24)
* Adopt the ATVI changes to file variable local content retrieval. * Update git workflow to reflect new ATVI URL. * Update to merge of ATVI remote file value update. * Remove now-resolved TODO about updating ATVI commit.
1 parent d7fc11b commit b6694b6

File tree

5 files changed

+100
-99
lines changed

5 files changed

+100
-99
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/pyansys-tools-variableinterop.insteadOf https://github.com/pyansys/pyansys-tools-variableinterop
20+
git config --global url.https://${{ secrets.PHX_NIGHTLY_SECRET }}@github.com/ansys/pyansys-tools-variableinterop.insteadOf https://github.com/ansys/pyansys-tools-variableinterop
2121
2222
- uses: actions/checkout@v2
2323
with:

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- name: setup-git-credentials
2525
run: |
26-
git config --global url.https://${{ secrets.PHX_NIGHTLY_SECRET }}@github.com/pyansys/pyansys-tools-variableinterop.insteadOf https://github.com/pyansys/pyansys-tools-variableinterop
26+
git config --global url.https://${{ secrets.PHX_NIGHTLY_SECRET }}@github.com/ansys/pyansys-tools-variableinterop.insteadOf https://github.com/ansys/pyansys-tools-variableinterop
2727
2828
- uses: actions/checkout@v2
2929
with:

.github/workflows/style.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/pyansys-tools-variableinterop.insteadOf https://github.com/pyansys/pyansys-tools-variableinterop
20+
git config --global url.https://${{ secrets.PHX_NIGHTLY_SECRET }}@github.com/ansys/pyansys-tools-variableinterop.insteadOf https://github.com/ansys/pyansys-tools-variableinterop
2121
2222
- uses: actions/checkout@v2
2323
with:

0 commit comments

Comments
 (0)