Skip to content

Commit

Permalink
fix: wizard2 -> wizard1
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjy authored Apr 17, 2024
1 parent 16b27fe commit da8d94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Setting environment variables # 환경변수 설정
run: |
echo "AWS_DEFAULT_REGION=ap-northeast-2" >> $GITHUB_ENV
echo "AWS_SG_NAME=launch-wizard-2" >> $GITHUB_ENV
echo "AWS_SG_NAME=launch-wizard-1" >> $GITHUB_ENV
# open jdk 17 버전 환경을 세팅
- name: Set up JDK 17
Expand Down

0 comments on commit da8d94e

Please sign in to comment.