fix: Merge conflicts
This commit is contained in:
11
.github/workflows/generate-reference.yml
vendored
11
.github/workflows/generate-reference.yml
vendored
@@ -1,6 +1,8 @@
|
||||
name: Generate References
|
||||
on:
|
||||
push:
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- closed
|
||||
branches:
|
||||
- "master"
|
||||
paths:
|
||||
@@ -17,6 +19,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.3.5
|
||||
with:
|
||||
token: ${{ secrets.REFERENCE_PAT }}
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup Node.js environment
|
||||
@@ -37,7 +40,7 @@ jobs:
|
||||
run: yarn generate:services
|
||||
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: Automatically Generated Services Reference
|
||||
with:
|
||||
commit_message: "docs: automatically Generated Services Reference"
|
||||
file_pattern: docs/content/*
|
||||
skip_dirty_check: false
|
||||
|
||||
Reference in New Issue
Block a user