Skip to content

Commit 4852626

Browse files
authored
Merge branch 'main' into fix-console-scroll
2 parents 49133bf + e5ef3b9 commit 4852626

39 files changed

+1185
-1870
lines changed

.github/workflows/docs-preview-create.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ on:
1919
description: 'Branch (eg. my-feature-branch)'
2020
required: true
2121
type: string
22+
check_id:
23+
description: 'The ID of the check that triggered this workflow'
24+
required: false
25+
type: string
2226

2327
permissions:
2428
contents: write
@@ -62,7 +66,7 @@ jobs:
6266
6367
- name: Push
6468
id: push
65-
run: git add -A && git commit -m "sync docs" && git push -u origin ${{ env.BRANCH }} --force
69+
run: git add -A && git commit -m "sync docs for check run ${{ inputs.check_id }}" && git push -u origin ${{ env.BRANCH }} --force
6670

6771
- name: Request preview comment
6872
uses: peter-evans/repository-dispatch@v3

apps/kit.svelte.dev/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

apps/kit.svelte.dev/vercel.json

Lines changed: 0 additions & 38 deletions
This file was deleted.

apps/learn.svelte.dev/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)