Skip to content

Commit

Permalink
Update self-hosted-runner.yml
Browse files Browse the repository at this point in the history
workflow name and jobname corrected
  • Loading branch information
githubofkrishnadhas authored Dec 8, 2023
1 parent 46d25e8 commit 4f84481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/self-hosted-runner.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: start or stop azure virtual machine
name: on self hosted runner
on:
workflow_dispatch:
inputs:
Expand All @@ -22,7 +22,7 @@ on:
default: "TECH-ARCHITECTS-NONPROD"
type: string
jobs:
start-or-stop-azure-virtual-machine:
on-self-hosted-runner:
runs-on: self-hosted
name: ${{ github.actor }} ${{ github.event.inputs.action }} ${{github.event.inputs.vm_name}} VM
steps:
Expand Down

0 comments on commit 4f84481

Please sign in to comment.