Skip to content

Commit 793dee9

Browse files
committed
chore: correct commit names on cli schema update job
1 parent 0435c4d commit 793dee9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/update-cli-schema.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Update cli schema
22

33
on:
44
push:
5-
branches:
6-
- main
5+
# branches:
6+
# - main
77
schedule:
88
- cron: '0 0 * * *'
99

@@ -28,13 +28,13 @@ jobs:
2828
- name: Commit and push changes
2929
run: |
3030
git add .
31-
git diff --quiet && git diff --staged --quiet || git commit -m "Update oss friends"
31+
git diff --quiet && git diff --staged --quiet || git commit -m "chore: Update CLI schema"
3232
3333
- name: Create or update pull request
3434
uses: peter-evans/create-pull-request@v3
3535
with:
3636
token: ${{ secrets.GITHUB_TOKEN }}
37-
commit-message: 'Updating file'
37+
commit-message: 'chore: Update CLI schema'
3838
title: 'Cli schema update'
3939
body: 'This is an automated daily update.'
4040
branch: cli-schema-update

0 commit comments

Comments
 (0)