.......
convert-to-yml / develop-branch (push) Failing after 24s Details

This commit is contained in:
giles 2023-10-23 01:30:51 +01:00
parent 179a42c4d2
commit 7e4102e48a
1 changed files with 1 additions and 1 deletions

View File

@ -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