Update .github/workflows/deploy.yml
All checks were successful
Testing / test (1.24.x, ubuntu-latest) (push) Successful in 58s

This commit is contained in:
Alex Savin
2025-04-28 12:33:52 -04:00
parent d0016b9a9b
commit 918ca14eca

View File

@ -7,15 +7,15 @@ on:
paths-ignore:
- 'README.md'
# - '.github/**'
inputs:
Version:
description: Application Version
type: string
required: true
Env:
description: Deployment Environment
type: environment
required: true
# inputs:
# Version:
# description: Application Version
# type: string
# required: true
# Env:
# description: Deployment Environment
# type: environment
# required: true
jobs:
on-success: