................
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: |
|
||||
firstString=${{ github.ref_name }}
|
||||
secondString="develop"
|
||||
echo $firststring
|
||||
echo $secondstring
|
||||
echo ${firststring/format\//"$secondstring"\/}
|
||||
echo ::set-env name=DEVELOPMENT_BRANCH::${firststring/format\//"$secondstring"\/}
|
||||
echo $firstString
|
||||
echo $secondString
|
||||
echo ${firstString/format\//"$secondString"\/}
|
||||
echo ::set-env name=DEVELOPMENT_BRANCH::${firstString/format\//"$secondString"\/}
|
||||
- name: clone
|
||||
run: |
|
||||
git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned
|
||||
|
|
Loading…
Reference in New Issue