Skip to content

Commit fab51f4

Browse files
authored
refactor: explicitly report status
Update echo command to set output status in workflow.
1 parent e90b597 commit fab51f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/default.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,9 @@ jobs:
150150
contents: read
151151
steps:
152152
- name: All required checks passed
153-
run: echo "✅ All required checks completed successfully"
153+
run: |
154+
echo "✅ All required checks completed successfully"
155+
echo "status=success" >> $GITHUB_OUTPUT
154156
155157
# Stage 4: Deploy to GitHub Pages (main branch only, requires all previous stages)
156158
deploy:

0 commit comments

Comments
 (0)