Skip to content

Commit

Permalink
Update ktlint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HyomK authored Feb 23, 2024
1 parent 7438495 commit 1038229
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ktlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:

- name: Create key.properties
run: |
echo "STORE_FILE=${{ steps.android_keystore.outputs.filePath }}" > android/key.properties
echo "STORE_PASSWORD=${{ secrets.STORE_PASSOWRD }}" >> android/key.properties
echo "KEY_PASSWORD=${{ secrets.KEY_PASSWORD }}" >> android/key.properties
echo "KEY_ALIAS=${{ secrets.KEY_ALIAS }}" >> android/key.properties
echo "STORE_FILE=${{ steps.android_keystore.outputs.filePath }}" > local.properties
echo "STORE_PASSWORD=${{ secrets.STORE_PASSOWRD }}" >> local.properties
echo "KEY_PASSWORD=${{ secrets.KEY_PASSWORD }}" >> local.properties
echo "KEY_ALIAS=${{ secrets.KEY_ALIAS }}" >> local.properties

- name: Ktlint Check
Expand Down

0 comments on commit 1038229

Please sign in to comment.