From e87c0a480f8f263ba4494b361261aefb5d89e2e6 Mon Sep 17 00:00:00 2001 From: Vivek Teega Date: Mon, 18 Dec 2023 19:38:10 +0530 Subject: [PATCH] test --- .github/workflows/repopush.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/repopush.yml b/.github/workflows/repopush.yml index f50fdc0..1362803 100644 --- a/.github/workflows/repopush.yml +++ b/.github/workflows/repopush.yml @@ -25,6 +25,10 @@ jobs: rm -r "/home/production/deployed/dappbundle/${{ github.event.repository.name }}" fi + echo "Cloning repository..." + cd /home/production/deployed/dappbundle && git clone "https://github.com/ranchimall/${{ github.event.repository.name }}.git" + + cd "/home/production/deployed/dappbundle/${{ github.event.repository.name }}" && rm -r .gitattributes