We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a03aab + e04049a commit afd998cCopy full SHA for afd998c
.github/workflows/build-test-package.yml
@@ -4,9 +4,9 @@ on: [push,pull_request]
4
5
jobs:
6
cxx-build-workflow:
7
- uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@1f6e25cd9a591707611af5bbb94b7d2fbfa42994
+ uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@main
8
9
python-build-workflow:
10
- uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@1f6e25cd9a591707611af5bbb94b7d2fbfa42994
+ uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@main
11
secrets:
12
pypi_password: ${{ secrets.pypi_password }}
0 commit comments