Skip to content

Commit

Permalink
DEVOPS-13
Browse files Browse the repository at this point in the history
  • Loading branch information
githubofkrishnadhas committed Dec 7, 2023
1 parent 9da15e2 commit eb9bf76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/start_azure_vm.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: start or stop azure virtual machine
run-name: ${{ github.actor }} - ${{ github.events.inputs.action }} VM
on:
workflow_dispatch:
inputs:
Expand All @@ -23,8 +22,9 @@ on:
default: "providers/Microsoft.Compute/virtualMachines"
type: string
jobs:
start-or-stop-azure-virtual-machine:
runs-on: ubuntu-latest
run-name: ${{ github.actor }} - ${{ github.events.inputs.action }} ${{github.events.inputs.vm_name}} VM
start-or-stop-azure-virtual-machine:
runs-on: ubuntu-latest
steps:
- name: echo inputs
run: |
Expand Down

0 comments on commit eb9bf76

Please sign in to comment.