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 a00832b commit c67a844Copy full SHA for c67a844
action.yml
@@ -41,8 +41,8 @@ runs:
41
fi
42
python3 -m pip install -r "$GITHUB_ACTION_PATH/requirements.txt"
43
- name: Run commit-check
44
- - run: ${{ github.action_path }}/entrypoint.sh
45
shell: bash
+ run: ${{ github.action_path }}/entrypoint.sh
46
env:
47
MESSAGE: ${{ inputs.message }}
48
BRANCH: ${{ inputs.branch }}
0 commit comments