Skip to content

Commit

Permalink
[CHORE] 파일 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sangminee committed Mar 11, 2024
1 parent e4a1cdd commit 89666de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:

- name: Create application.properties
run: |
echo -e "${{ secrets.FIREBASE }}" | tr -d '\r' | tr -d '\n' > src/main/resources/firebase.json
echo "${{ secrets.APPLICATION_TEST }}" > src/main/resources/application-test.properties
echo "${{ secrets.APPLICATION_LOCAL }}" > src/main/resources/application-local.properties
echo "${{ secrets.APPLICATION_DEV }}" > src/main/resources/application-dev.properties
Expand Down

0 comments on commit 89666de

Please sign in to comment.