Skip to content

Commit e22fdec

Browse files
committed
HOTFIX: CI/CD 스크립트 수정
1 parent 5e5d67e commit e22fdec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
shell: bash
6565

6666
# 환경별 yml 파일 생성(4) - mail
67-
- name: make application-jwt.yml
67+
- name: make application-mail.yml
6868
if: contains(github.ref, 'develop')
6969
run: |
7070
cd ./src/main/resources
@@ -73,7 +73,7 @@ jobs:
7373
shell: bash
7474

7575
# 환경별 yml 파일 생성(5) - oauth
76-
- name: make application-jwt.yml
76+
- name: make application-oauth.yml
7777
if: contains(github.ref, 'develop')
7878
run: |
7979
cd ./src/main/resources

0 commit comments

Comments
 (0)