From be342a37358e55bfcdc8f3408d84eb7780e98175 Mon Sep 17 00:00:00 2001 From: HiImConan Date: Tue, 14 Nov 2023 22:17:19 +0900 Subject: [PATCH 1/2] =?UTF-8?q?ci:=20=EC=89=98=EC=8A=A4=ED=81=AC=EB=A6=BD?= =?UTF-8?q?=ED=8A=B8=20=EC=98=A4=ED=83=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 9ec1f67..cfecf99 100644 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ #!/bin/sh cd ../ mkdir output -cp -R ./[client]/* ./output -cp -R ./output ./[client]/ \ No newline at end of file +cp -R ./client/* ./output +cp -R ./output ./client/ \ No newline at end of file From 9620a2cad875665ae84b4bf8e27bd9bbe3f90e73 Mon Sep 17 00:00:00 2001 From: HiImConan Date: Tue, 14 Nov 2023 22:20:08 +0900 Subject: [PATCH 2/2] =?UTF-8?q?ci:=20ci.yml=EC=97=90=20=ED=85=8C=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=EC=9A=A9=20step=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4939523..37ed1eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,3 +29,7 @@ jobs: source-directory: . destination-github-username: 'HiimKwak' destination-repository-name: 'hufchichi_client' + commit-message: ${{ github.event.commits[0].message }} + + - name: Test get variable exported by push-to-another-repository + run: echo $DESTINATION_CLONED_DIRECTORY