Skip to content

Commit 2018eba

Browse files
committed
Fix typo in Test GitHub Action workflow configuration
- Change 'status_check' to 'status-check' for consistency with input parameter naming conventions.
1 parent 79ac1d8 commit 2018eba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
github-token: ${{ secrets.GITHUB_TOKEN }}
4343
config-path: '.commit-coach.yml'
4444
comment: 'false'
45-
status_check: 'false'
45+
status-check: 'false'
4646
env:
4747
# Ensure the token is available as both INPUT_GITHUB_TOKEN and GITHUB_TOKEN
4848
INPUT_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)