Skip to content

Commit 6d5824e

Browse files
authored
Update action.yml
1 parent 459b355 commit 6d5824e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
BRANCH="${{ steps.branch-name.outputs.base_ref_branch }}"
3434
fi
3535
36-
${{ inputs.managepy-path }} $EXTRA_ARGS -b "$BRANCH"
36+
python ${{ inputs.managepy-path }} $EXTRA_ARGS -b "$BRANCH"
3737
shell: bash
3838
branding:
3939
icon: check

0 commit comments

Comments
 (0)