Skip to content

Commit

Permalink
UHF-9380: Added PR warning text as a conditional block.
Browse files Browse the repository at this point in the history
  • Loading branch information
khalima committed Jan 25, 2024
1 parent 0d1ef49 commit 96c10ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:
labels: auto-update
body: |
# Npm audit
if [ steps.npm_audit_fix.outputs.BC_BREAK == 'true' ]; then
: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:
fi
{{#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}}
## How to install
Expand Down

0 comments on commit 96c10ec

Please sign in to comment.