We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459b355 commit 6d5824eCopy full SHA for 6d5824e
action.yml
@@ -33,7 +33,7 @@ runs:
33
BRANCH="${{ steps.branch-name.outputs.base_ref_branch }}"
34
fi
35
36
- ${{ inputs.managepy-path }} $EXTRA_ARGS -b "$BRANCH"
+ python ${{ inputs.managepy-path }} $EXTRA_ARGS -b "$BRANCH"
37
shell: bash
38
branding:
39
icon: check
0 commit comments