From 14737a313b6b96e3637140a0ad31a77aa31521f2 Mon Sep 17 00:00:00 2001 From: SalkCoding Date: Fri, 13 Dec 2024 03:37:51 +0900 Subject: [PATCH] Update DEBUG.yml --- .github/workflows/DEBUG.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/DEBUG.yml b/.github/workflows/DEBUG.yml index 1bd7968..7666226 100644 --- a/.github/workflows/DEBUG.yml +++ b/.github/workflows/DEBUG.yml @@ -11,8 +11,8 @@ jobs: - name: test run: | export test=testValue - echo $test - echo "$test" + echo $APPLICATION_YML + echo "$APPLICATION_YML" - name: checkout code uses: actions/checkout@v3