Skip to content

Commit

Permalink
fix(ci): use correct pr number during teardown
Browse files Browse the repository at this point in the history
  • Loading branch information
lsagetlethias committed Jan 18, 2025
1 parent 9ce3b2c commit 8e7c157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/teardown-review-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
env:
DB_STAGING_PAT: ${{ secrets.DB_STAGING_PAT }}
run: |
BRANCH_NAME="${{ vars.SCALINGO_STAGING_APP_NAME }}-pr${{ github.event.pull_request.id }}"
BRANCH_NAME="${{ vars.SCALINGO_STAGING_APP_NAME }}-pr${{ github.event.pull_request.number }}"
DB_STAGING_REPO="${{ vars.DB_STAGING_REPO }}"
curl -X DELETE \
Expand Down

0 comments on commit 8e7c157

Please sign in to comment.