Skip to content

Commit

Permalink
syntax corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
githubofkrishnadhas committed Dec 7, 2023
1 parent 10004c6 commit 9da15e2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/start_azure_vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +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}} "
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 9da15e2

Please sign in to comment.