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

This commit is contained in:
giles 2023-10-22 01:38:47 +01:00
parent ba14b6f691
commit d761968321
1 changed files with 7 additions and 1 deletions

View File

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