kkkkkkkkkkkkssssssssssssss
This commit is contained in:
parent
ba14b6f691
commit
d761968321
|
@ -7,6 +7,12 @@ jobs:
|
||||||
if: ${{ startsWith(github.ref_name, 'format-') }}
|
if: ${{ startsWith(github.ref_name, 'format-') }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: clonewded
|
||||||
|
run: |
|
||||||
|
git remote -v
|
||||||
|
echo its ${{ github.repositoryUrl }}
|
||||||
|
echo ${{ github.repository }}
|
||||||
|
|
||||||
# https://github.com/RouxAntoine/checkout/tree/v3.5.4
|
# https://github.com/RouxAntoine/checkout/tree/v3.5.4
|
||||||
- uses: RouxAntoine/checkout@v3.5.4
|
- uses: RouxAntoine/checkout@v3.5.4
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
|
@ -23,9 +29,9 @@ jobs:
|
||||||
echo ::set-env name=PRODUCTION_BRANCH::${firstString/format-/"$secondString"}
|
echo ::set-env name=PRODUCTION_BRANCH::${firstString/format-/"$secondString"}
|
||||||
- name: clone
|
- name: clone
|
||||||
run: |
|
run: |
|
||||||
|
git remote -v
|
||||||
echo its ${{ github.repositoryUrl }}
|
echo its ${{ github.repositoryUrl }}
|
||||||
echo ${{ github.repository }}
|
echo ${{ github.repository }}
|
||||||
echo ${{ github }}
|
|
||||||
git clone ${{ github.repositoryUrl }} ../cloned
|
git clone ${{ github.repositoryUrl }} ../cloned
|
||||||
mv ../cloned/.git ..
|
mv ../cloned/.git ..
|
||||||
rm -rf ../cloned
|
rm -rf ../cloned
|
||||||
|
|
Loading…
Reference in New Issue