Skip to content

Commit 48a0984

Browse files
authored
Fix typo in workflow file
Signed-off-by: Ajay Singh <[email protected]>
1 parent e907d8f commit 48a0984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-preview-site.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
name: public-dir
2929
path: ./public-dir.zip
3030
retention-days: 1
31-
- name: Triger Inner workflow
32-
run: echo "trigering inner workflow"
31+
- name: Trigger Inner workflow
32+
run: echo "triggering inner workflow"

0 commit comments

Comments
 (0)