Skip to content

Commit a3638d7

Browse files
committed
ci(cxx-python): fix commit reference
To address: Invalid workflow file: .github/workflows/cxx-python.yml#L17 invalid value workflow reference: too many '@' in workflow reference
1 parent 4767f6f commit a3638d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cxx-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
jobs:
1515
cxx-build-workflow:
1616
# itk-wasm branch
17-
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@l@6868c9879405def5d7532e0437b57e78cbe0b6ea
17+
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@6868c9879405def5d7532e0437b57e78cbe0b6ea
1818
with:
1919
itk-module-deps: '[email protected]'
2020
ctest-options: '-E itkPipelineTest'

0 commit comments

Comments
 (0)