Skip to content

Commit

Permalink
Update node-ci-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sirishgf authored Jan 23, 2024
1 parent 4860095 commit 44cde97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Add Coverage
id: test-id
run: |
echo summary=$(echo '{"summary":"$(cat code-coverage-results.md)"}') >> "$GITHUB_OUTPUT"
echo summary='{"summary":"$(cat code-coverage-results.md)"}' >> "$GITHUB_OUTPUT"
- name: Add d
id: test-ids
Expand Down

0 comments on commit 44cde97

Please sign in to comment.