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

This commit is contained in:
giles 2023-10-23 02:02:23 +01:00
parent 78e6eee881
commit 23319917b8
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ 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"\/}
- name: clone
run: |