Skip to content

Branch Deleted

Branch Deleted #991

Workflow file for this run

on: delete
name: Branch Deleted
jobs:
delete:
if: github.event.ref_type == 'branch'
runs-on: ubuntu-latest
steps:
- name: Delete remote branch
uses: StephanThierry/[email protected]
with:
host: ftp.gyj.ilw.mybluehost.me
user: ${{ secrets.FRM_FTP_USERNAME }}
password: ${{ secrets.FRM_FTP_PASSWORD }}
remoteFiles: ${{ github.event.repository.name }}-${{ github.event.ref }}
remoteDirectories: ${{ github.event.repository.name }}-${{ github.event.ref }}
ignoreSSL: "1"