Skip to content

Commit

Permalink
[#73] infra: 디버깅용 로그 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
5win committed Nov 10, 2024
1 parent 3e541a7 commit 1fff407
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
run: |
echo $DATA_KEY_YML | base64 --decode > src/main/resources/application-data.yml
find src/main/resources
wc -c src/main/resources/application-data.yml
env:
DATA_KEY_YML: ${{ secrets.APPLICATION_DATA_YML }}

Expand Down

0 comments on commit 1fff407

Please sign in to comment.