Skip to content

Commit dd94bd6

Browse files
committed
[CICD] github identity 적용
1 parent 52ae23d commit dd94bd6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/check_build_and_merge_simulation.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ jobs:
1111
pr_build:
1212
runs-on: ubuntu-latest
1313
steps:
14+
- name: Set Git identity
15+
run: |
16+
git config --global user.email "[email protected]"
17+
git config --global user.name "CI Runner"
18+
1419
# PR 브랜치 체크아웃
1520
- name: Checkout PR branch
1621
uses: actions/checkout@v4

0 commit comments

Comments
 (0)