Skip to content

Commit 66b9af5

Browse files
committed
fix: correct YAML syntax error in enhanced-ci workflow preflight job
1 parent 5adb953 commit 66b9af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/enhanced-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
docs: ${{ steps.changes.outputs.docs }}
5252
scripts: ${{ steps.changes.outputs.scripts }}
5353
has_changes: ${{ steps.changes.outputs.has_changes }}
54-
steps:
54+
steps:
5555
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
5656
with:
5757
fetch-depth: 0

0 commit comments

Comments
 (0)