From 8db9c1540112276c329f7d0750aabcacd53f7a56 Mon Sep 17 00:00:00 2001 From: Adrian Kim Date: Thu, 25 May 2023 14:21:14 -0400 Subject: [PATCH] fix:Remove potentially injectable variable from output --- .github/workflows/pr-title-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-title-check.yml b/.github/workflows/pr-title-check.yml index f514e13..b26817d 100644 --- a/.github/workflows/pr-title-check.yml +++ b/.github/workflows/pr-title-check.yml @@ -38,7 +38,7 @@ jobs: if: ${{ steps.is-semantic.outputs.isSemantic != 'true'}} run: | echo ${{ steps.is-semantic.outputs.isSemantic }} - echo 'Pull request title, ${{github.event.pull_request.title}} is not valid.' + echo 'Pull request title is not valid.' echo 'title must start with one of:' echo ' build:,' echo ' chore:,'