Skip to content

Commit

Permalink
chore: 개발 서버 워크플로우 테스트 ( PR #118 )
Browse files Browse the repository at this point in the history
  • Loading branch information
jongmee committed Nov 12, 2024
1 parent 19d10d1 commit 7b946eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7b946eb

Please sign in to comment.