................
convert-to-yml / develop-branch (push) Successful in 28s Details

This commit is contained in:
giles 2023-10-23 02:04:28 +01:00
parent 23319917b8
commit f4214161fe
1 changed files with 4 additions and 4 deletions

View File

@ -24,10 +24,10 @@ jobs:
run: | run: |
firstString=${{ github.ref_name }} firstString=${{ github.ref_name }}
secondString="develop" secondString="develop"
echo $firststring echo $firstString
echo $secondstring echo $secondString
echo ${firststring/format\//"$secondstring"\/} echo ${firstString/format\//"$secondString"\/}
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