diff --git a/.github/workflows/repopush.yml b/.github/workflows/repopush.yml index 98ea093..2d43d1e 100644 --- a/.github/workflows/repopush.yml +++ b/.github/workflows/repopush.yml @@ -28,7 +28,7 @@ jobs: fi cd "/home/production/deployed/dappbundle/${{ github.event.repository.name }}" && rm -r .gitattributes - cd "/home/production/deployed/dappbundle/ && git push "https://ranchimalldev:${{ secrets.RM_ACCESS_TOKEN }}@github.com/ranchimall/dappbundle.git" + cd /home/production/deployed/dappbundle/ && git push "https://ranchimalldev:${{ secrets.RM_ACCESS_TOKEN }}@github.com/ranchimall/dappbundle.git" \ No newline at end of file