We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5594d7 commit 39897ecCopy full SHA for 39897ec
.github/workflows/workflow.yml
@@ -42,6 +42,8 @@ jobs:
42
run: |
43
mkdir -p ./src/main/resources
44
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
47
48
# 5. gradlew 실행 권한 부여
49
- name: Grant Execute Permission For Gradlew
0 commit comments