Skip to content

Instantly share code, notes, and snippets.

View kferrone's full-sized avatar
🤓
coding

Kelly Ferrone kferrone

🤓
coding
View GitHub Profile
name: Update Service
on:
workflow_dispatch:
inputs:
environment:
description: The environment to deploy to
type: environment
default: dev
required: true