Skip to content

Commit

Permalink
test: test
Browse files Browse the repository at this point in the history
ci 테스트
  • Loading branch information
shjung53 committed Mar 1, 2024
1 parent bd01d43 commit 5c0cf72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@ jobs:

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

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

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

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

- name: Check local.properties
Expand Down

0 comments on commit 5c0cf72

Please sign in to comment.