From 6c53a4eef353c46a83cf68cbe7c66ed3a9501e54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=8F=84=EB=AA=A8?= Date: Tue, 28 Nov 2023 02:33:06 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20CI/CD=20outputs=20=EB=B3=80=EC=88=98?= =?UTF-8?q?=EB=AA=85=20=EB=B3=80=EA=B2=BD=20(#23)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: CI/CD outputs 변수명 변경 * remove: on pullrequest 제거 --- .github/workflows/develop_build_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/develop_build_deploy.yml b/.github/workflows/develop_build_deploy.yml index 7ace86096..fbba204c6 100644 --- a/.github/workflows/develop_build_deploy.yml +++ b/.github/workflows/develop_build_deploy.yml @@ -13,7 +13,7 @@ jobs: java-version: [ 17 ] distribution: [ 'temurin' ] outputs: - VERSION: ${{ steps.github-sha-short.outputs.sha }} + sha: ${{ steps.github-sha-short.outputs.sha }} steps: # 기본 체크아웃 - name: Checkout