Skip to content

Commit c67a844

Browse files
authored
fix: Update action.yml
1 parent a00832b commit c67a844

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
@@ -41,8 +41,8 @@ runs:
4141
fi
4242
python3 -m pip install -r "$GITHUB_ACTION_PATH/requirements.txt"
4343
- name: Run commit-check
44-
- run: ${{ github.action_path }}/entrypoint.sh
4544
shell: bash
45+
run: ${{ github.action_path }}/entrypoint.sh
4646
env:
4747
MESSAGE: ${{ inputs.message }}
4848
BRANCH: ${{ inputs.branch }}

0 commit comments

Comments
 (0)