Skip to content

Start/Stop Personal Spot #41547

Start/Stop Personal Spot

Start/Stop Personal Spot #41547

Workflow file for this run

# Useful if the spot runners are in a bad state
name: Start/Stop Personal Spot
on:
workflow_dispatch:
inputs:
username:
description: 'Username (optional)'
required: false
action:
description: "Defaults to 'start', can be 'stop', 'restart'"
required: false
default: 'start'
jobs:
start-build:
uses: ./.github/workflows/setup-runner.yml
with:
username: ${{ inputs.username || github.actor }}
runner_type: builder-x86
runner_action: ${{ inputs.action }}

Check failure on line 19 in .github/workflows/start-spot.yml

View workflow run for this annotation

GitHub Actions / Start/Stop Personal Spot

Invalid workflow file

The workflow is not valid. .github/workflows/start-spot.yml (Line: 19, Col: 22): Invalid input, runner_action is not defined in the referenced workflow.
secrets: inherit