................
convert-to-yml / develop-branch (push) Successful in 28s
Details
convert-to-yml / develop-branch (push) Successful in 28s
Details
This commit is contained in:
parent
23319917b8
commit
f4214161fe
|
@ -24,10 +24,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
firstString=${{ github.ref_name }}
|
firstString=${{ github.ref_name }}
|
||||||
secondString="develop"
|
secondString="develop"
|
||||||
echo $firststring
|
echo $firstString
|
||||||
echo $secondstring
|
echo $secondString
|
||||||
echo ${firststring/format\//"$secondstring"\/}
|
echo ${firstString/format\//"$secondString"\/}
|
||||||
echo ::set-env name=DEVELOPMENT_BRANCH::${firststring/format\//"$secondstring"\/}
|
echo ::set-env name=DEVELOPMENT_BRANCH::${firstString/format\//"$secondString"\/}
|
||||||
- name: clone
|
- name: clone
|
||||||
run: |
|
run: |
|
||||||
git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned
|
git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned
|
||||||
|
|
Loading…
Reference in New Issue