Skip to content

Merge new-kb-wizard-text-wrapping-b68b73e1723142b894e7b43612a73193-2586 into production #633

Merge new-kb-wizard-text-wrapping-b68b73e1723142b894e7b43612a73193-2586 into production

Merge new-kb-wizard-text-wrapping-b68b73e1723142b894e7b43612a73193-2586 into production #633

name: Pull Request To Production Closed
on:
pull_request:
branches: [production]
types: [closed]
jobs:
delete_production_branch:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
with:
token: '${{ secrets.GITHUB_TOKEN }}'
- name: Delete branch
run: |
git push origin --delete ${{github.head_ref}}