From 93dbda53749461caf86806a65ec805081badeabb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JunhyeokPark=28=EB=B0=95=EC=A4=80=ED=98=81=29?= Date: Mon, 1 Jul 2024 17:43:50 +0900 Subject: [PATCH] [Hotfix] Update dev-deploy.yml --- .github/workflows/dev-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-deploy.yml b/.github/workflows/dev-deploy.yml index f8241b1..088641c 100644 --- a/.github/workflows/dev-deploy.yml +++ b/.github/workflows/dev-deploy.yml @@ -15,7 +15,7 @@ jobs: - name: creates output run: sh ./build.sh - name: check dir - run : ls -al + run : pwd - name: Pushes to another repository id: push_directory uses: cpina/github-action-push-to-another-repository@main