We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca34b7 commit bb33556Copy full SHA for bb33556
1 file changed
.github/workflows/develop_pull_request.yml
@@ -7,13 +7,16 @@ on:
7
jobs:
8
test:
9
runs-on: ubuntu-latest
10
- environment: DEV
11
12
steps:
13
# 체크아웃
14
- name: Checkout
15
uses: actions/checkout@v4
16
+ # ENV 설정
17
+ - name: Load ENV into Environment Variable
18
+ run: echo "${{ secrets.ENV }}" >> $GITHUB_ENV
19
+
20
# JDK 17 세팅
21
- name: Set up JDK 17
22
uses: actions/setup-java@v4
0 commit comments