Skip to content

Commit

Permalink
fix: yml 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongJoon-K committed Dec 20, 2023
1 parent 681a8f7 commit 23239d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: "application.yml 설정"
run: |
mkdir -p src/main/resources
run: echo "${{ secrets.APPLICATION_YML }}" > ./src/main/resources/application.yml
echo "${{ secrets.APPLICATION_YML }}" > ./src/main/resources/application.yml
- name: Build with Gradle
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
Expand Down

0 comments on commit 23239d5

Please sign in to comment.