Merge pull request 'here it is' (#100) from develop-1001 into master
Reviewed-on: #100
This commit is contained in:
commit
91421d1ba2
|
@ -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 }}
|
||||
|
Loading…
Reference in New Issue