From 7b946eb32da78c471b4dad7ed393dd2a8c9e4dd2 Mon Sep 17 00:00:00 2001 From: jongmee Date: Tue, 12 Nov 2024 17:15:10 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EA=B0=9C=EB=B0=9C=20=EC=84=9C?= =?UTF-8?q?=EB=B2=84=20=EC=9B=8C=ED=81=AC=ED=94=8C=EB=A1=9C=EC=9A=B0=20?= =?UTF-8?q?=ED=85=8C=EC=8A=A4=ED=8A=B8=20(=20PR=20#118=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index b0d014e..5f2bc0c 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -79,7 +79,7 @@ jobs: id: pr_info run: | # Extract PR number from the commit message - PR_NUMBER=$(git log -1 --pretty=%B | grep -oP '\(#(\d+)\)' | sed 's/[()]//g' | sed 's/#//') + PR_NUMBER=$(git log -1 --pretty=%B | grep -oP '#\d+' | sed 's/#//') if [ -z "$PR_NUMBER" ]; then echo "No PR number found in commit message"