Skip to content

Commit

Permalink
chore: ci.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sejineer committed May 27, 2024
1 parent 303928b commit 9f71b7f
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 @@ -31,7 +31,7 @@ jobs:
run: |
mkdir -p .storage/src/main/resources
touch .storage/src/main/resources/db-core.yml
echo "${{ secrets.DB_CORE_YML }}" >> storage/src/main/resources/db-core.yml
echo "${{ secrets.DB_CORE_YML }}" > storage/src/main/resources/db-core.yml
- name: Build with Gradle
uses: gradle/gradle-build-action@v3
with:
Expand Down

0 comments on commit 9f71b7f

Please sign in to comment.