Skip to content

Commit

Permalink
chore: add dispatch options (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyjtaylor authored Mar 10, 2024
1 parent d108d4d commit 9014e7c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ permissions:

on:
workflow_dispatch:
inputs:
environment:
description: 'Environment to deploy'
type: string
required: true
default: 'dev'

workflow_call:
inputs:
environment:
Expand Down

0 comments on commit 9014e7c

Please sign in to comment.