Skip to content

Commit 8f16adf

Browse files
committed
test: 깃액션 테스트
1 parent af44288 commit 8f16adf

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ jobs:
2121

2222
- name: Create Application yml
2323
run: |
24-
touch ./src/main/resources/application.yml
25-
echo "${{secrets.APPLICATION_YML}}" | base64 --decode > ./src/main/resources/application.yml
26-
cat ./src/main/resources/application.yml
24+
mkdir -p ./src/main/resources
25+
echo "${{secrets.APPLICATION_YML}}" > ./src/main/resources/application.yml
2726
2827
- name: gradlew mod modify
2928
run: chmod +x gradlew

0 commit comments

Comments
 (0)