Skip to content

Commit bb33556

Browse files
committed
chore: develop pull request 워크플로우 환경변수 로드 작업 설정
1 parent aca34b7 commit bb33556

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/develop_pull_request.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ on:
77
jobs:
88
test:
99
runs-on: ubuntu-latest
10-
environment: DEV
1110

1211
steps:
1312
# 체크아웃
1413
- name: Checkout
1514
uses: actions/checkout@v4
1615

16+
# ENV 설정
17+
- name: Load ENV into Environment Variable
18+
run: echo "${{ secrets.ENV }}" >> $GITHUB_ENV
19+
1720
# JDK 17 세팅
1821
- name: Set up JDK 17
1922
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)