Skip to content

Commit

Permalink
chore: set-ouput deprecated; use environment files
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberCitizen01 committed Jan 23, 2024
1 parent ab1853f commit f0e0f7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
run: |
if [ -s "./coverage/lcov.info" ]; then
echo "lcov.info is not empty."
echo "::set-output name=isNotEmpty::true"
echo "isNotEmpty=true" >> $GITHUB_OUTPUT
else
echo "lcov.info is empty."
echo "::set-output name=isNotEmpty::false"
echo "isNotEmpty=false" >> $GITHUB_OUTPUT
fi
- name: Install LCOV
Expand Down

0 comments on commit f0e0f7d

Please sign in to comment.