Skip to content

Commit

Permalink
fix: typo in syntax of storing exit code in o/p
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberCitizen01 authored and coopernetes committed Oct 21, 2023
1 parent c389557 commit 62dad68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Test
id: test
run: |
npm run test-coverage-ci || echo "exit_code=$?\n" >> $GITHUB_OUTPUT
npm run test-coverage-ci || echo "exit_code=$?" >> $GITHUB_OUTPUT
- name: Comment test coverage report on PR
uses: romeovs/[email protected]
Expand Down

0 comments on commit 62dad68

Please sign in to comment.