Merge pull request 'here it is' (#100) from develop-1001 into master
build-develop-branch / build-branch (push) Has been skipped Details
convert-to-yml / develop-branch (push) Has been skipped Details

Reviewed-on: #100
This commit is contained in:
giles 2023-10-22 16:13:14 +00:00
commit 91421d1ba2
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
run: |
firstString=${{ github.head_ref }}
secondString="build-"
echo ::set-env name=BUILD_BRANCH::${firstString/format-/"$secondString"}
echo ::set-env name=BUILD_BRANCH::${firstString/develop-/"$secondString"}
- name: delete build branch
run: git push origin --delete ${{ env.BUILD_BRANCH }}