fix: missing s in action (#895)

This commit is contained in:
Henry Schreiner
2021-10-26 15:16:58 -04:00
committed by GitHub
parent 578098a3f8
commit 8a45128d8c
+1 -1
View File
@@ -28,6 +28,6 @@ runs:
cibuildwheel
${{ inputs.package-dir }}
--output-dir ${{ inputs.output-dir }}
--config-file "${{ input.config-file }}"
--config-file "${{ inputs.config-file }}"
2>&1
shell: bash