kkkkkkkkkkkksssssssssssssswdwdwdw
This commit is contained in:
parent
8d24f9b399
commit
768d067dc7
|
@ -9,11 +9,6 @@ jobs:
|
|||
steps:
|
||||
# https://github.com/RouxAntoine/checkout/tree/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
|
||||
with:
|
||||
node-version: '20'
|
||||
|
@ -28,10 +23,7 @@ jobs:
|
|||
echo ::set-env name=PRODUCTION_BRANCH::${firstString/format-/"$secondString"}
|
||||
- name: clone
|
||||
run: |
|
||||
git remote -v
|
||||
echo its ${{ github.repositoryUrl }}
|
||||
echo ${{ github.repository }}
|
||||
git clone ${{ github.repositoryUrl }} ../cloned
|
||||
git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned
|
||||
mv ../cloned/.git ..
|
||||
rm -rf ../cloned
|
||||
cp -r . ../cloned
|
||||
|
|
Loading…
Reference in New Issue