Skip to content

Commit

Permalink
[FIX]CI스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
bo-ram-bo-ram authored Mar 14, 2024
1 parent 4a0165a commit 2771018
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:

- name: application.yaml 생성
run: |
mkdir -p src/main/resources
cd src/main/resources
echo "${{ secrets.APPLICATION }}" > ./application.yaml
working-directory: ${{ env.working-directory }}
Expand Down

0 comments on commit 2771018

Please sign in to comment.