Skip to content

Commit

Permalink
LPAL-1323: add event number (#2164)
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-whitwell authored Oct 22, 2024
1 parent 14248bc commit d566766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow_destroy_on_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ jobs:
env:
TF_VAR_pagerduty_token: ${{ secrets.PAGERDUTY_TOKEN }}
run: |
../../scripts/pipeline/workspace_cleanup/destroy_workspace.sh ${{ needs.workspace_name.outputs.safe_branch_name }}
../../scripts/pipeline/workspace_cleanup/destroy_workspace.sh ${{ github.event.number }}${{ needs.workspace_name.outputs.safe_branch_name }}

0 comments on commit d566766

Please sign in to comment.