Skip to content

Commit ddbf3d7

Browse files
committed
test: fix workflow
1 parent c33253b commit ddbf3d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-schema.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020
with:
2121
token: ${{ secrets.GITHUB_TOKEN }}
22+
fetch-depth: 0
2223

2324
- name: Set up Go
2425
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
@@ -71,6 +72,7 @@ jobs:
7172
commit_user_name: 'github-actions[bot]'
7273
commit_user_email: 'github-actions[bot]@users.noreply.github.com'
7374
commit_author: 'github-actions[bot] <github-actions[bot]@users.noreply.github.com>'
75+
pull_strategy: 'rebase'
7476

7577
- name: Comment on PR
7678
if: steps.schema-check.outputs.schema_changed == 'true'

0 commit comments

Comments
 (0)