.......
convert-to-yml / develop-branch (push) Failing after 24s
Details
convert-to-yml / develop-branch (push) Failing after 24s
Details
This commit is contained in:
parent
179a42c4d2
commit
7e4102e48a
|
@ -24,7 +24,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
firstString=${{ github.ref_name }}
|
firstString=${{ github.ref_name }}
|
||||||
secondString="develop/"
|
secondString="develop/"
|
||||||
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