Skip to content

initial commit

initial commit #1

name: start azure virtual machine
run-name: ${{ github.actor }} - ${{ github.events.inputs.action }} VM
on:
workflow_dispatch:
inputs:
action:
default: "stop"
required: true
type: choice
options:
- start
- stop
vm_name:
required: true
default: "devwithkrishna-vm"
type: string
resource_group:
required: true
default: "DEV-WITH-KRISHNA-VM-RG"
type: string
resource_provider_string:
required: true
default: "providers/Microsoft.Compute/virtualMachines"
type: string

Check failure on line 24 in .github/workflows/start_azure_vm.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/start_azure_vm.yml

Invalid workflow file

You have an error in your yaml syntax on line 24