Skip to content

Commit 2b82081

Browse files
committed
chore: title case for job step
1 parent 20ac77e commit 2b82081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rename-module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
go list .;
3939
go build ./...
4040
41-
- name: commit to "auto-rename-module-${{ matrix.source_commit }}" branch
41+
- name: Commit to "auto-rename-module-${{ matrix.source_commit }}" branch
4242
uses: devops-infra/action-commit-push@8bc2ff9f9de7aa2a7581fc7e5b6401c04cab54c7
4343
with:
4444
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)