Skip to content

Commit

Permalink
fix: yml grammer
Browse files Browse the repository at this point in the history
  • Loading branch information
iChenLei committed Dec 8, 2024
1 parent 7ed5bc3 commit d04800f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,5 @@ jobs:
exit ${status}
- name: workflow status
if: ${{ steps.early_testing_for_node23.outputs.nodejs_v23_fail != 'true' }}
run: echo "::notice:: nodejs v23 test passed"
run: |
echo "::notice:: nodejs v23 test passed"

0 comments on commit d04800f

Please sign in to comment.