Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
githubofkrishnadhas committed Dec 7, 2023
1 parent f8c9b70 commit 10004c6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/start_azure_vm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: start azure virtual machine
name: start or stop azure virtual machine
run-name: ${{ github.actor }} - ${{ github.events.inputs.action }} VM
on:
workflow_dispatch:
Expand All @@ -22,6 +22,10 @@ on:
required: true
default: "providers/Microsoft.Compute/virtualMachines"
type: string

jobs:
start or stop azure virtual machine:
runs-on: ubuntu-latest
steps:
- name: echo inputs
run: |
echo " action ${{github.event.inputs.action}} vmname ${{github.event.inputs.vm_name}} "

0 comments on commit 10004c6

Please sign in to comment.