diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index d3273bb..cf8504a 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -9,11 +9,6 @@ jobs: steps: # https://github.com/RouxAntoine/checkout/tree/v3.5.4 - uses: RouxAntoine/checkout@v3.5.4 - - name: clonewded - run: | - git remote -v - echo its ${{ github.serverUrl }}/${{ github.repository }} - echo - uses: actions/setup-node@v3 with: node-version: '20' @@ -28,10 +23,7 @@ jobs: echo ::set-env name=PRODUCTION_BRANCH::${firstString/format-/"$secondString"} - name: clone run: | - git remote -v - echo its ${{ github.repositoryUrl }} - echo ${{ github.repository }} - git clone ${{ github.repositoryUrl }} ../cloned + git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned mv ../cloned/.git .. rm -rf ../cloned cp -r . ../cloned