Skip to content

Commit

Permalink
UHF-9380: Path change for the PR template.
Browse files Browse the repository at this point in the history
  • Loading branch information
khalima committed Jan 23, 2024
1 parent 1a9aaa5 commit f30610a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm_audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Read PR template
id: pr_template
run: echo "::set-output name=template::$(cat ./.github/workflows/npm_audit_template.md)"
run: echo "::set-output name=template::$(cat .github/workflows/npm_audit_template.md)"

- name: Create Pull Request
if: steps.git_changes.outputs.stdout
Expand Down

0 comments on commit f30610a

Please sign in to comment.