Skip to content

Commit

Permalink
WIP: testing out dual branc, two componentize
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Jan 23, 2024
1 parent 685c868 commit bdcb24f
Show file tree
Hide file tree
Showing 3 changed files with 399 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@ runs:
run: |
if ("${{ inputs.interpreter }}" -eq "cpython") {
$command="python"
$componentizer="${{ github.action_path }}/componentize_cpy.py"
} else {
$command="ipy"
$componentizer="${{ github.action_path }}/componentize_ipy.py"
}
$params="${{ github.action_path }}/componentize.py", "${{ inputs.source }}", "${{ inputs.target }}", "--ghio", "./lib"
$params=$componentizer, "${{ inputs.source }}", "${{ inputs.target }}", "--ghio", "./lib"
$prefix="${{ inputs.prefix }}"
if( $prefix )
{
Expand Down
File renamed without changes.
Loading

0 comments on commit bdcb24f

Please sign in to comment.