From 4b99dce60a8dc297151a7d389d701c9465a1682a Mon Sep 17 00:00:00 2001 From: Ahmed Elsakaan Date: Tue, 9 Apr 2024 07:51:42 +0100 Subject: [PATCH] fix: delete-db-branch action --- .github/workflows/pr-cleanup.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pr-cleanup.yml b/.github/workflows/pr-cleanup.yml index d2269937..309c7649 100644 --- a/.github/workflows/pr-cleanup.yml +++ b/.github/workflows/pr-cleanup.yml @@ -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/delete-branch-action@v3.1.3 with: