chore: changed commit message on Generate Reference action (#1803)
This commit is contained in:
4
.github/workflows/generate-reference.yml
vendored
4
.github/workflows/generate-reference.yml
vendored
@@ -17,6 +17,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.3.5
|
||||
with:
|
||||
token: ${{ secrets.REFERENCE_PAT }}
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup Node.js environment
|
||||
@@ -38,7 +39,6 @@ jobs:
|
||||
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
token: ${{ secrets.REFERENCE_PAT }}
|
||||
commit_message: Automatically Generated Services Reference
|
||||
commit_message: "docs: automatically Generated Services Reference"
|
||||
file_pattern: docs/content/*
|
||||
skip_dirty_check: false
|
||||
|
||||
Reference in New Issue
Block a user