.......
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: |
|
||||
firstString=${{ github.ref_name }}
|
||||
secondString="develop/"
|
||||
echo ::set-env name=DEVELOPMENT_BRANCH::${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