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: paths-ignore:
- 'README.md' - 'README.md'
# - '.github/**' # - '.github/**'
inputs: # inputs:
Version: # Version:
description: Application Version # description: Application Version
type: string # type: string
required: true # required: true
Env: # Env:
description: Deployment Environment # description: Deployment Environment
type: environment # type: environment
required: true # required: true
jobs: jobs:
on-success: on-success: