From 448f3227436067af3b6fa5a254b59c2923ab0f07 Mon Sep 17 00:00:00 2001 From: Kim Pepper Date: Tue, 16 Apr 2024 10:55:34 +1000 Subject: [PATCH] Use underscore --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 19c6dbc..cb33457 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ on: default: make deploy type: string description: The post deploy commands to run on the environment. - runs-on: + runs_on: default: ubuntu-latest type: string description: The type of machine to run the job on. @@ -49,7 +49,7 @@ env: jobs: deploy: - runs-on: ${{ inputs.runs-on }} + runs-on: ${{ inputs.runs_on }} environment: name: ${{ inputs.env }} url: ${{ steps.skpr-info.outputs.url }}