Skip to content

Commit

Permalink
fix: missing s in action (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Oct 26, 2021
1 parent 578098a commit 8a45128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -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

0 comments on commit 8a45128

Please sign in to comment.