kkkkkkkkkkkkssssssssssssss
This commit is contained in:
parent
ba14b6f691
commit
d761968321
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue