Skip to content

Commit bb5b266

Browse files
committed
WIP-FIX: problem solved on custom action
1 parent 29c0611 commit bb5b266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/gh-action-componentizer/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
- name: Launch componentizer
2222
run: |
2323
$command="python"
24-
$componentizer="${{github.workspace}}/invoke/ghcomponentize/ghcomponentizer.py"
24+
$componentizer="${{github.workspace}}/invokes/ghcomponentize/ghcomponentizer.py"
2525
$params=$componentizer, "${{ inputs.source }}", "${{ inputs.target }}", "--ghio", "./lib"
2626
$prefix="${{ inputs.prefix }}"
2727
if( $prefix )

0 commit comments

Comments
 (0)