Skip to content

Commit

Permalink
UHF-9380: Debugging...
Browse files Browse the repository at this point in the history
  • Loading branch information
khalima committed Jan 24, 2024
1 parent 6d61b30 commit d3ac531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm_audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
npm audit --package-lock-only --loglevel=error;
# The npm audit command will exit with a 0 exit code if no vulnerabilities were found.
if [ $? -eq 0 ]; then create_pr=true; else create_pr=false; fi;
if [ $? -eq 0 ]; then create_pr=false; else create_pr=true; fi;
echo "should_create_pr=${create_pr}" >> $GITHUB_OUTPUT
echo "should_create_pr=${create_pr}" >> $GITHUB_ENV
- name: Run npm audit fix
if: steps.npm_audit.outputs.should_create_pr == 'true'
Expand Down

0 comments on commit d3ac531

Please sign in to comment.