Skip to content

Commit 39897ec

Browse files
committed
Refactor: workflow 수정
1 parent e5594d7 commit 39897ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
run: |
4343
mkdir -p ./src/main/resources
4444
echo "${{ secrets.APPLICATION_DEV_YML_BASE64 }}" | base64 --decode > ./src/main/resources/application.yml
45+
echo "=== [DEBUG] application.yml ==="
46+
cat ./src/main/resources/application.yml
4547
4648
# 5. gradlew 실행 권한 부여
4749
- name: Grant Execute Permission For Gradlew

0 commit comments

Comments
 (0)