Skip to content

Commit 08c83c3

Browse files
Merge pull request #6131 from Ajay-singh1/fix-typo
Fix typo in workflow file
2 parents e907d8f + 48a0984 commit 08c83c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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)