Skip to content

Commit be3313f

Browse files
committed
chore: correct commit names on cli schema update job
1 parent b7a5141 commit be3313f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -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)