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 25, 2024
1 parent 96c10ec commit aae05b3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/npm-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
npm audit fix --package-lock-only --loglevel=error;
# The npm audit command will exit with a 0 exit code if no vulnerabilities were found.
if [ $? -gt 0 ]; then echo "BC_BREAK=true" >> $GITHUB_OUTPUT; fi;
if [ $? -gt 0 ]; then echo "BC_BREAK=:exclamation: NPM Audit fix couldn't fix all vulnerabilities. Fix them manually by running `npm audit fix --force` and test the functionalities thoroughly as there might be breaking changes. :exclamation:" >> $GITHUB_OUTPUT; fi;
set -e
- name: Create Pull Request
Expand All @@ -59,11 +59,9 @@ jobs:
labels: auto-update
body: |
# Npm audit
{{#if steps.npm_audit_fix.outputs.BC_BREAK == 'true'}}
:exclamation: NPM Audit fix couldn't fix all vulnerabilities. Fix them manually by running `npm audit fix --force` and test the functionalities thoroughly as there might be breaking changes. :exclamation:
{{/if}}
${{ steps.npm_audit_fix.outputs.BC_BREAK }}
## How to install
* Update the HDBT theme
Expand Down

0 comments on commit aae05b3

Please sign in to comment.