Skip to content

Ability to pass in a list of branch Ids to deleteΒ #19

@angelinashepherd

Description

@angelinashepherd

it would be great if we could also pass in an array of branches to delete, instead of just 1

Steps to reproduce

perhaps something like

name: Delete Neon Branch with GitHub Actions Demo
run-name: Delete a Neon Branch πŸš€
on: [push]
jobs:
  delete-neon-branch:
    steps:
      uses: neondatabase/delete-branch-action@v3
      with:
        project_id: rapid-haze-373089
        branch: [br-long-forest-224191]
        api_key: {{ secrets.NEON_API_KEY }}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions