kkkkkkkkkkkksssssssssssssswdwdwdw
This commit is contained in:
parent
8d24f9b399
commit
768d067dc7
|
@ -9,11 +9,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
# 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
|
||||||
- name: clonewded
|
|
||||||
run: |
|
|
||||||
git remote -v
|
|
||||||
echo its ${{ github.serverUrl }}/${{ github.repository }}
|
|
||||||
echo
|
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
|
@ -28,10 +23,7 @@ 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
|
git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned
|
||||||
echo its ${{ github.repositoryUrl }}
|
|
||||||
echo ${{ github.repository }}
|
|
||||||
git clone ${{ github.repositoryUrl }} ../cloned
|
|
||||||
mv ../cloned/.git ..
|
mv ../cloned/.git ..
|
||||||
rm -rf ../cloned
|
rm -rf ../cloned
|
||||||
cp -r . ../cloned
|
cp -r . ../cloned
|
||||||
|
|
Loading…
Reference in New Issue