diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 7a4f596..df53c10 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -23,7 +23,10 @@ jobs: echo ::set-env name=PRODUCTION_BRANCH::${firstString/format-/"$secondString"} - name: clone run: | + git remote -v git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned + git -C ../cloned remote -v + git -C ../cloned status mv ../cloned/.git .. rm -rf ../cloned