Skip to content

Commit

Permalink
Update ktlint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HyomK authored Mar 24, 2024
1 parent 50fd540 commit 255d275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ktlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Putting data
env:
DATA: ${{ secrets.GOOGLE_SERVICES_JSON }}
run: echo $DATA | base64 -d > /home/runner/work/Don-t-Forget---Android/Don-t-Forget---Android/app/google-services.json
run: echo $DATA | base64 > /home/runner/work/Don-t-Forget---Android/Don-t-Forget---Android/app/google-services.json

- name: Build with Gradle
run: ./gradlew build

0 comments on commit 255d275

Please sign in to comment.