Skip to content

Commit

Permalink
UHF-9380: Switched npm-audit branch to automation/npm-audit.
Browse files Browse the repository at this point in the history
  • Loading branch information
khalima committed Jan 23, 2024
1 parent 7c6d0d1 commit a1d15d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/npm_audit_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## How to install

* Update the HDBT theme
* `git checkout npm-audit && git pull origin npm-audit`
* `git checkout automation/npm-audit && git pull origin automation/npm-audit`
* In theme folder, run `nvm use && npm i`

## How to test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm_audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
script: |
const title = 'Automated NPM Audit Fix';
const body = core.getInput('template');
const head = 'npm-audit';
const head = 'automation/npm-audit';
const base = 'main';
const { data: pullRequest } = await github.pulls.create({
Expand Down

0 comments on commit a1d15d3

Please sign in to comment.