Skip to content

Commit 3c999b7

Browse files
committed
fix: FileNotFoundError of commit-check
1 parent 05a88ff commit 3c999b7

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
@@ -48,7 +48,7 @@ runs:
4848
python3 -m pip install -r "$GITHUB_ACTION_PATH/requirements.txt"
4949
- name: Run commit-check
5050
shell: bash
51-
run: python3 ${{ github.action_path }}/main.py
51+
run: python3 "$GITHUB_ACTION_PATH/main.py"
5252
env:
5353
MESSAGE: ${{ inputs.message }}
5454
BRANCH: ${{ inputs.branch }}

0 commit comments

Comments
 (0)