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