Skip to content

Commit 927cb11

Browse files
authored
chore: Update auto sync configuration (#514)
* update docs sync config * update action
1 parent f9ed5a4 commit 927cb11

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/cron.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,9 @@ jobs:
1515
uses: actions/checkout@v4
1616
- name: Sync docs
1717
run: make sync-docs
18-
- name: Save date
19-
id: date
20-
run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT
2118
- name: Create pull request
2219
id: cpr
23-
uses: peter-evans/create-pull-request@v5
20+
uses: peter-evans/create-pull-request@v7
2421
with:
2522
title: "chore: API documentation sync"
2623
body: |
@@ -29,7 +26,7 @@ jobs:
2926
- Deployment operator
3027
- Liquid filters
3128
commit-message: sync docs
32-
branch: docs-${{steps.date.outputs.date}}
29+
branch: auto-sync
3330
labels: documentation
3431
base: main
3532
# - name: Auto-approve

0 commit comments

Comments
 (0)