Skip to content

Commit

Permalink
add missing output
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-whitwell committed Oct 18, 2024
1 parent e2a5d06 commit b089849
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/workflow_destroy_on_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ on:
jobs:
workspace_name:
runs-on: ubuntu-latest
outputs:
safe_branch_name: ${{ steps.safe_branch_name.outputs.safe }}
steps:
- name: Set safe branch name
id: safe_branch_name
Expand Down Expand Up @@ -79,4 +81,4 @@ jobs:
env:
TF_VAR_pagerduty_token: ${{ secrets.PAGERDUTY_TOKEN }}
run: |
../../scripts/pipeline/workspace_cleanup/destroy_workspace.sh ${{ needs.workspace_name.outputs.name }}
../../scripts/pipeline/workspace_cleanup/destroy_workspace.sh ${{ needs.workspace_name.outputs.safe_branch_name }}

0 comments on commit b089849

Please sign in to comment.