diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index c86fa36..692d889 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -7,6 +7,12 @@ jobs: if: ${{ startsWith(github.ref_name, 'format-') }} runs-on: ubuntu-latest steps: + - name: clonewded + run: | + git remote -v + echo its ${{ github.repositoryUrl }} + echo ${{ github.repository }} + # https://github.com/RouxAntoine/checkout/tree/v3.5.4 - uses: RouxAntoine/checkout@v3.5.4 - uses: actions/setup-node@v3 @@ -23,9 +29,9 @@ jobs: echo ::set-env name=PRODUCTION_BRANCH::${firstString/format-/"$secondString"} - name: clone run: | + git remote -v echo its ${{ github.repositoryUrl }} echo ${{ github.repository }} - echo ${{ github }} git clone ${{ github.repositoryUrl }} ../cloned mv ../cloned/.git .. rm -rf ../cloned