From 638f946137e71576ce99bc101b4b4e1ddeb2f48b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=85=B8=EA=B0=80=EC=84=B1?= <82383294+NohGaSeong@users.noreply.github.com> Date: Sat, 13 Jul 2024 02:31:34 +0900 Subject: [PATCH] asdf --- .github/workflows/other-create-application-yml.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/other-create-application-yml.yml b/.github/workflows/other-create-application-yml.yml index 8e4b1ea..a1ba841 100644 --- a/.github/workflows/other-create-application-yml.yml +++ b/.github/workflows/other-create-application-yml.yml @@ -15,7 +15,8 @@ jobs: - name: test run: | echo "${{ inputs.application_name }}" - echo "${{ APPLICATION_NAME }}" + echo "${{ env.APPLICATION_NAME }}" + - name: Checkout code uses: actions/checkout@v2