Skip to content

Commit

Permalink
Fix delete vm workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Nov 12, 2024
1 parent 226625f commit 8c9a75a
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/delete-vm.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
---
name: Delete Virtual Machine
on: [workflow_dispatch]
inputs:
virtual-machine:
description: 'Virtual machine name'
required: true
default: ''
runner-group-label:
description: 'Runner group label'
required: true
default: ''
on:
workflow_dispatch:
inputs:
virtual-machine:
description: 'Virtual machine name'
required: true
default: ''
runner-group-label:
description: 'Runner group label'
required: true
default: ''
jobs:
delete-vm:
runs-on: ${{ github.event.inputs.runner-group-label }}
Expand Down

0 comments on commit 8c9a75a

Please sign in to comment.