................
convert-to-yml / develop-branch (push) Failing after 22s
Details
convert-to-yml / develop-branch (push) Failing after 22s
Details
This commit is contained in:
parent
78e6eee881
commit
23319917b8
|
@ -24,6 +24,9 @@ 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"\/}
|
||||
- name: clone
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue