Skip to content

Commit

Permalink
Merge pull request #43 from ixahmedxi/fix/delete-db-branch-action
Browse files Browse the repository at this point in the history
fix: delete-db-branch action
  • Loading branch information
ixahmedxi authored Apr 9, 2024
2 parents 340d319 + 4b99dce commit cd2e05e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ jobs:
delete-db-branch:
runs-on: ubuntu-latest
steps:
- name: Get branch name
id: branch_name
uses: tj-actions/branch-names@v8

- name: Delete Neon Branch
uses: neondatabase/[email protected]
with:
Expand Down

0 comments on commit cd2e05e

Please sign in to comment.