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 05a88ff commit 3c999b7Copy full SHA for 3c999b7
action.yml
@@ -48,7 +48,7 @@ runs:
48
python3 -m pip install -r "$GITHUB_ACTION_PATH/requirements.txt"
49
- name: Run commit-check
50
shell: bash
51
- run: python3 ${{ github.action_path }}/main.py
+ run: python3 "$GITHUB_ACTION_PATH/main.py"
52
env:
53
MESSAGE: ${{ inputs.message }}
54
BRANCH: ${{ inputs.branch }}
0 commit comments