Skip to content

Commit

Permalink
[Setting] 깃헙 액션 파일 내 디렉토리 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkonu authored May 17, 2024
1 parent ae6f01d commit 6090023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
if: |
contains(github.ref, 'main')
run: |
mkdir ./src/main/resources # resources 폴더 생성
cd ./src/main/resources # resources 폴더로 이동
mkdir ../../planfit/src/main/resources # resources 폴더 생성
cd ../../planfit/src/main/resources # resources 폴더로 이동
touch ./application.yml # application.yml 생성
echo "${{ secrets.YML }}" > ./application.yml # github actions에서 설정한 값을 application.yml 파일에 쓰기
shell: bash
Expand Down

0 comments on commit 6090023

Please sign in to comment.