Skip to content

Commit

Permalink
fix: Update Pizza Teardown (Manual) GitHub action variables (#3400)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored Jul 10, 2024
1 parent be4bb9d commit 20ce9d6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pizza-teardown-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
inputs:
pull_request_id:
required: true
type: integer
type: number
description: Pull Request number which should have its pizza destroyed

env:
Expand All @@ -20,4 +20,8 @@ jobs:
action: destroy
api_key: ${{ secrets.VULTR_API_KEY }}
domain: ${{ env.DOMAIN }}
pullrequest_id: ${{ github.event.inputs.pull_request_id }}
os_type: alpine
plan: vc2-1c-1gb
pull_request_id: ${{ github.event.inputs.pull_request_id }}
region: lhr
tag: manual-teardown

0 comments on commit 20ce9d6

Please sign in to comment.