Skip to content

Commit 83b45fc

Browse files
committed
fix: correct variable syntax in workflow YAML
1 parent ef93173 commit 83b45fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-unified.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ jobs:
616616
617617
## 🖥️ [View Documentation Preview]($PREVIEW_URL)
618618

619-
> $STATUS_EMOJI **Validation Result**: ${{ steps.validation-results.outputs.badge }}
619+
> ${STATUS_EMOJI} **Validation Result**: ${{ steps.validation-results.outputs.badge }}
620620

621621
### Quick Links
622622
- [Main Docs]($PREVIEW_URL)

0 commit comments

Comments
 (0)