Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed Sep 5, 2023
1 parent 8a36dac commit 9f0d178
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cleanup-neon-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: |
echo "sha=${{ github.event.before }}" >> $GITHUB_OUTPUT
- name: Search branch by name
if: ${{ steps.get-pr-info-outputs.number }} != ''
id: get_branch_id
run: |
branch_id=$(curl --silent \
Expand All @@ -41,6 +42,7 @@ jobs:
API_KEY: ${{ secrets.NEON_API_KEY }}
SHA: ${{ steps.get_sha.outputs.sha }}
- name: Delete Neon Branch
if: ${{ steps.get-pr-info-outputs.number }} != ''
uses: neondatabase/delete-branch-action@v3
with:
project_id: ${{ secrets.NEON_PROJECT_ID }}
Expand Down

0 comments on commit 9f0d178

Please sign in to comment.