From c2808bd1610c3407a3a7eb2fa9790119842cfe34 Mon Sep 17 00:00:00 2001 From: RanchiMall Dev Date: Mon, 18 Dec 2023 14:23:06 +0000 Subject: [PATCH] Workflow updating files of btcwallet --- btcwallet/.github/workflows/repopush.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/btcwallet/.github/workflows/repopush.yml b/btcwallet/.github/workflows/repopush.yml index c044c8b..dc5ae76 100644 --- a/btcwallet/.github/workflows/repopush.yml +++ b/btcwallet/.github/workflows/repopush.yml @@ -26,10 +26,7 @@ jobs: 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 && git clone https://github.com/ranchimall/${{ github.event.repository.name }} cd "/home/production/deployed/dappbundle/${{ github.event.repository.name }}" && rm -r .gitattributes - cd /home/production/deployed/dappbundle/ && git add . && git commit -m "Workflow updating files of ${{ github.event.repository.name }}" && git push "https://ranchimalldev:${{ secrets.RM_ACCESS_TOKEN }}@github.com/ranchimall/dappbundle.git" - - - \ No newline at end of file + cd /home/production/deployed/dappbundle/ && git add . && git commit -m "Workflow updating files of ${{ github.event.repository.name }}" && git push "https://ranchimalldev:${{ secrets.RM_ACCESS_TOKEN }}@github.com/ranchimall/dappbundle.git" \ No newline at end of file