Skip to content

Commit

Permalink
Setting: properties경로설정
Browse files Browse the repository at this point in the history
  • Loading branch information
mummhy0811 authored May 31, 2024
1 parent 16feb59 commit d2cbdea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- name: make application.properties
run: |
mkdir -p ./src/main/resources
cd ./src/main/resources
touch ./application.properties
echo "${{ secrets.PROPERTIES }}" > ./application.properties
Expand Down

0 comments on commit d2cbdea

Please sign in to comment.