.......
build-develop-branch / build-branch (push) Has been skipped Details
convert-to-yml / develop-branch (push) Failing after 24s Details

This commit is contained in:
giles 2023-10-22 02:25:42 +01:00
parent f7e6152712
commit 16d89c6983
1 changed files with 3 additions and 0 deletions

View File

@ -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