Skip to content

Commit

Permalink
Use underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
kimpepper committed Apr 16, 2024
1 parent 9ae814a commit 448f322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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 }}
Expand Down

0 comments on commit 448f322

Please sign in to comment.