Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit bccab88

Browse files
committed
[CI] update pattern glob to fix creation of commits
Signed-off-by: Suryashankar Das <[email protected]>
1 parent c041c51 commit bccab88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/error-ref-publisher.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
commit_author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
3737
commit_options: '--signoff'
3838
commit_message: "run error codes utility"
39-
file_pattern: helpers/ **/error.go
39+
file_pattern: helpers/ **error.go
4040

4141
# to push changes to meshery docs
4242
- name: Checkout meshery

0 commit comments

Comments
 (0)