Skip to content

Commit 4d880c9

Browse files
committed
fix typo in workflow
1 parent e32d44b commit 4d880c9

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/build-samples-json.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@ name: Trigger Docs Samples Rebuild
22

33
on:
44
push:
5-
branches: main
5+
branches:
6+
- main
67
paths:
7-
- 'samples/**'
8+
- "samples/**"
89

910
jobs:
1011
build-json:
1112
runs-on: ubuntu-latest
1213
steps:
13-
- name: Trigger CLI Autodoc
14-
uses: peter-evans/repository-dispatch@v1
15-
with:
16-
token: ${{ secrets.DOCS_ACTION_TRIGGER_TOKEN }}
17-
repository: DefangLabs/defang-docs
18-
event-type: sample-update
14+
- name: Trigger CLI Autodoc
15+
uses: peter-evans/repository-dispatch@v1
16+
with:
17+
token: ${{ secrets.DOCS_ACTION_TRIGGER_TOKEN }}
18+
repository: DefangLabs/defang-docs
19+
event-type: sample-update

0 commit comments

Comments
 (0)