................
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: |
firstString=${{ github.ref_name }}
secondString="develop"
echo $firststring
echo $secondstring
echo ${firststring/format\//"$secondstring"\/}
echo ::set-env name=DEVELOPMENT_BRANCH::${firststring/format\//"$secondstring"\/}
echo $firstString
echo $secondString
echo ${firstString/format\//"$secondString"\/}
echo ::set-env name=DEVELOPMENT_BRANCH::${firstString/format\//"$secondString"\/}
- name: clone
run: |
git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned