diff --git a/.github/workflows/npm_audit.yml b/.github/workflows/npm_audit.yml index dd193cf8a..1c5ea44ca 100644 --- a/.github/workflows/npm_audit.yml +++ b/.github/workflows/npm_audit.yml @@ -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