-
-
Save KyMidd/1d2246f278f0b0c52bd8965b47ba8d25 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
# Permit targeted manual trigger within console | |
workflow_dispatch: | |
inputs: | |
location: | |
description: 'Env to deploy to' | |
type: choice | |
required: true | |
options: | |
- dev | |
- stg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment