Skip to content

Commit 7b5e6f3

Browse files
committed
[fix/#1] name도 함께 주석 처리
1 parent 0fd8be4 commit 7b5e6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ace_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
restore-keys: |
3434
${{ runner.os }}-gradle-
3535
36-
- name: local.properties 설정
36+
# - name: local.properties 설정
3737
# 프로젝트의 local.properties 파일에 필요한 환경 변수를 설정합니다. 이후, 서버가 배포되면 주석 해제하여 사용합니다.
3838
# run: |
3939
# echo "BASE_URL=${{ secrets.BASE_URL }}" >> local.properties

0 commit comments

Comments
 (0)