From a1d15d3631c393d0168e60a3aae8b773acfd62e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Kalij=C3=A4rvi?= Date: Tue, 23 Jan 2024 10:49:56 +0200 Subject: [PATCH] UHF-9380: Switched npm-audit branch to automation/npm-audit. --- .github/npm_audit_template.md | 2 +- .github/workflows/npm_audit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/npm_audit_template.md b/.github/npm_audit_template.md index 996509509..096997f4e 100644 --- a/.github/npm_audit_template.md +++ b/.github/npm_audit_template.md @@ -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 diff --git a/.github/workflows/npm_audit.yml b/.github/workflows/npm_audit.yml index 4a012a1d9..90e36d96b 100644 --- a/.github/workflows/npm_audit.yml +++ b/.github/workflows/npm_audit.yml @@ -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({