Skip to content

Commit

Permalink
Fix: develop.yml change properties_develop
Browse files Browse the repository at this point in the history
  • Loading branch information
su-hwani committed May 2, 2024
1 parent 902c929 commit c8f1872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
cd ./server/src/main/resources
touch ./application.properties
echo "${{ secrets.PROPERTIES }}" > ./application.properties
echo "${{ secrets.PROPERTIES_DEVELOP }}" > ./application.properties
- name: Build with Gradle
run: |
Expand Down

0 comments on commit c8f1872

Please sign in to comment.