Skip to content

Commit

Permalink
fix: add required inputs to pizza teardown workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
freemvmt committed May 8, 2024
1 parent 0e97a81 commit 54538d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pizza-teardown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ jobs:
action: destroy
api_key: ${{ secrets.VULTR_API_KEY }}
domain: ${{ env.DOMAIN }}
os_type: ubuntu
plan: vc2-1c-1gb
pull_request_id: ${{ env.PULLREQUEST_ID }}
region: lhr
tag: pullrequest

- uses: marocchino/sticky-pull-request-comment@v2
with:
Expand Down

0 comments on commit 54538d0

Please sign in to comment.