Skip to content

chore: address merge conflict #2

chore: address merge conflict

chore: address merge conflict #2

Workflow file for this run

name: Cleanup Neon Branch from PR
on:
pull_request:
types: [closed]
jobs:
delete-branch:
- name: Delete Neon PR Branch

Check failure on line 8 in .github/workflows/pr-clean-up.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-clean-up.yaml

Invalid workflow file

You have an error in your yaml syntax on line 8
uses: neondatabase/delete-branch-action@v2
with:
project_id: ${{ secrets.NEON_PROJECT_ID }}
api_key: ${{ secrets.NEON_API_KEY }}
branch: pr-${{ github.event.number }}