From 14aa4eb65dc69baea6b74d8765579c3f34276378 Mon Sep 17 00:00:00 2001 From: jinddings Date: Mon, 11 Nov 2024 17:22:38 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20chore=20:=20deploy=20alpha?= =?UTF-8?q?=20=EB=94=94=EB=B2=84=EA=B7=B8=20=EC=BD=94=EB=93=9C=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deply-alpha.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deply-alpha.yml b/.github/workflows/deply-alpha.yml index 155e349b..b6151cb5 100644 --- a/.github/workflows/deply-alpha.yml +++ b/.github/workflows/deply-alpha.yml @@ -24,6 +24,10 @@ jobs: steps: - uses: actions/checkout@v3 + - name: debug matrix + run: | + echo "Matrix app directory: ${{matrix.app.dir}}" + - name: Set up Node.js uses: actions/setup-node@v4 with: