Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jin20fd authored Jul 19, 2024
1 parent 7820f2a commit b40a69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: make application-mysql.yml
run: |
cd ./TWO/src/main/resources
touch ./application-prod.yml
touch ./application-mysql.yml
echo "${{ secrets.APPLICATION_MYSQL }}" > ./application-mysql.yml
- name: Grant execute permission for gradlew
Expand Down

0 comments on commit b40a69f

Please sign in to comment.