Skip to content

Commit

Permalink
[FIX] Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sangminee authored Mar 10, 2024
1 parent 1c9044f commit a54102a
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 @@ -20,7 +20,7 @@ jobs:

- name: Create application.properties
run: |
echo "${{ secrets.FIREBASE }}" | tr -d '\r' | jq -Rs '.' > src/main/resources/firebase.json
echo -e "${{ secrets.FIREBASE }}" | tr -d '\r' > 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 a54102a

Please sign in to comment.