Skip to content

Commit

Permalink
�fix: android-ci.yml 파일의 명령어 수정 #47 (#48)
Browse files Browse the repository at this point in the history
LOCAL_PROPERTIES_API_KEY에 접근하는 명령어 수정
  • Loading branch information
s6m1n authored Jul 23, 2024
1 parent a4038fb commit 03ae2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Access LOCAL_PROPERTIES_API_KEY
run: |
echo LOCAL_PROPERTIES_API_KEY=\"$LOCAL_PROPERTIES_API_KEY\" >> local.properties
echo LOCAL_PROPERTIES_API_KEY=\"$LOCAL_PROPERTIES_API_KEY\" > local.properties
shell: bash
env:
LOCAL_PROPERTIES_API_KEY: ${{ secrets.LOCAL_PROPERTIES_API_KEY }}

0 comments on commit 03ae2cb

Please sign in to comment.