chore: changed commit message on Generate Reference action (#1803)

This commit is contained in:
Shahed Nasser
2022-07-06 13:37:07 +03:00
committed by GitHub
parent 583a66a074
commit 25c9bfa24d

View File

@@ -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