Skip to content

Commit

Permalink
[FIX] CI 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
csb9427 committed Jan 7, 2024
1 parent 0584113 commit 6713c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +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 6713c3d

Please sign in to comment.